#E6CF34

Color #E6CF34 Golden Dream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Dream #E6CF34

Tints of Golden Dream #E6CF34

Color information

#E6CF34 (or 0xE6CF34) is unknown color: approx Golden Dream. HEX triplet: E6, CF and 34. RGB value is (230,207,52). Sum of RGB (Red+Green+Blue) = 230+207+52=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CF34 is #1930CB. Grayscale: #C4C4C4. Windows color (decimal): -1650892 or 3461094. OLE color: 3461094.

HSL color Cylindrical-coordinate representation of color #E6CF34: hue angle of 52.25º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6CF34 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB23020752-
CMYK00.100.770.10
HSL52.25º78.07%55.29%-
HSV(B)52.25º77.39%90.2%-
XYZ55.5761.712.23-
YUV196.2146.62152.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 47.03%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 52 (20.70% from 255) = 10.63%
R=47.03%
G=42.33%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302075200.100.770.1052.2578.0755.29
HexE6CF340A4DA344e37
Octal34631764012115126411667
Binary111001101100111111010001010100110110101101001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CF34; }

 p { color: rgb(230,207,52); }

 H1.HeaderClassName
 {
   color: #E6CF34;
 }
 .AnyTagClassName
 {
   color: #E6CF34;
 }
</style>
background-color css

<style>
 a { background-color: #E6CF34; }

 a { background-color: rgb(230,207,52); }

 div.DivClassName
 {
   background-color: #E6CF34;
 }
 .BgClassName
 {
   background-color: #E6CF34;
 }
</style>
border-color css

<style>
 span { border-color: #E6CF34; }

 span { border-color: rgb(230,207,52); }

 td.TdClassName
 {
   border-color: #E6CF34;
 }
 .TagClassName
 {
   border-color: #E6CF34;
 }
</style>