#EECA33

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

Shades of Golden Dream #EECA33

Tints of Golden Dream #EECA33

Color information

#EECA33 (or 0xEECA33) is unknown color: approx Golden Dream. HEX triplet: EE, CA and 33. RGB value is (238,202,51). Sum of RGB (Red+Green+Blue) = 238+202+51=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 51 (20.31% from 255 or 10.39% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA33 is #1135CC. Grayscale: #C4C4C4. Windows color (decimal): -1127885 or 3394286. OLE color: 3394286.

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

Color convert

RGB23820251-
CMYK00.150.790.07
HSL48.45º84.62%56.67%-
HSV(B)48.45º78.57%93.33%-
XYZ56.9860.6611.84-
YUV195.5546.43158.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.47%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 51 (20.31% from 255) = 10.39%
R=48.47%
G=41.14%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382025100.150.790.0748.4584.6256.67
HexEECA330F4F7305539
Octal3563126301711776012571
Binary11101110110010101100110111110011111111100001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECA33; }

 p { color: rgb(238,202,51); }

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

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

 a { background-color: rgb(238,202,51); }

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

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

 span { border-color: rgb(238,202,51); }

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