#EECE2F

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

Shades of Golden Dream #EECE2F

Tints of Golden Dream #EECE2F

Color information

#EECE2F (or 0xEECE2F) is unknown color: approx Golden Dream. HEX triplet: EE, CE and 2F. RGB value is (238,206,47). Sum of RGB (Red+Green+Blue) = 238+206+47=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE2F is #1131D0. Grayscale: #C6C6C6. Windows color (decimal): -1126865 or 3133166. OLE color: 3133166.

HSL color Cylindrical-coordinate representation of color #EECE2F: hue angle of 49.95º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EECE2F is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB23820647-
CMYK00.130.800.07
HSL49.95º84.89%55.88%-
HSV(B)49.95º80.25%93.33%-
XYZ57.8462.5211.71-
YUV197.4443.1156.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.47%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 47 (18.75% from 255) = 9.57%
R=48.47%
G=41.96%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382064700.130.800.0749.9584.8955.88
HexEECE2F0D507325538
Octal3563165701512076212570
Binary11101110110011101011110110110100001111100101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECE2F; }

 p { color: rgb(238,206,47); }

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

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

 a { background-color: rgb(238,206,47); }

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

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

 span { border-color: rgb(238,206,47); }

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