#EECE31

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

Shades of Golden Dream #EECE31

Tints of Golden Dream #EECE31

Color information

#EECE31 (or 0xEECE31) is unknown color: approx Golden Dream. HEX triplet: EE, CE and 31. RGB value is (238,206,49). Sum of RGB (Red+Green+Blue) = 238+206+49=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE31 is #1131CE. Grayscale: #C6C6C6. Windows color (decimal): -1126863 or 3264238. OLE color: 3264238.

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

Color convert

RGB23820649-
CMYK00.130.790.07
HSL49.84º84.75%56.27%-
HSV(B)49.84º79.41%93.33%-
XYZ57.8962.5411.93-
YUV197.6744.1156.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.28%
GREEN value IS 206 (80.86% from 255) = 41.78%
BLUE value IS 49 (19.53% from 255) = 9.94%
R=48.28%
G=41.78%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382064900.130.790.0749.8484.7556.27
HexEECE310D4F7325538
Octal3563166101511776212570
Binary11101110110011101100010110110011111111100101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECE31; }

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

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

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

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

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

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

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

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