Html Css Color HEX #EECA34 Golden Dream

📋 copy color: '#EECA34'

red 238 ◦ green 202 ◦ blue 52

#EECA34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #EECA34

Tints of Golden Dream #EECA34

RGB

 RED value IS 238 (93.36% from 255) = 48.37%

 GREEN value IS 202 (79.3% from 255) = 41.06%

 BLUE value IS 52 (20.7% from 255) = 10.57%

R = 48.37%
G = 41.06%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EECA34 (or 0xEECA34) is known color: Golden Dream. HEX triplet: EE, CA and 34. RGB value is (238,202,52). Sum of RGB (Red+Green+Blue) = 238+202+52=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA34 is #1135CB. Grayscale: #C4C4C4. Windows color (decimal): -1127884 or 3459822. OLE color: 3459822.

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

Color convert

RGB 238 202 52 -
CMYK 0 0.15 0.78 0.07
HSL 48.39º 0.85% 0.57% -
HSV(B) 48.39º 0.78% 0.93% -
XYZ 57 60.67 11.95 -
YUV 195.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 238 202 52 0 0.15 0.78 0.07 48.39 0.85 0.57
Hex EE CA 34 0 F 4E 7 30 55 39
Octal 356 312 64 0 17 116 7 60 125 71
Binary 11101110 11001010 110100 0 1111 1001110 111 110000 1010101 111001

Color Harmonies of #EECA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA34

Black with #EECA34

Text Example


Text Example

White with #EECA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA34; }

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

 H1.HeaderClassName
 {
   color: #EECA34;
 }
 .AnyTagClassName
 {
   color: #EECA34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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