Html Css Color HEX #EECB34 Golden Dream

📋 copy color: '#EECB34'

red 238 ◦ green 203 ◦ blue 52

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

Shades of Golden Dream #EECB34

Tints of Golden Dream #EECB34

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

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

R = 48.28%
G = 41.18%
B = 10.55%

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

#EECB34 (or 0xEECB34) is known color: Golden Dream. HEX triplet: EE, CB and 34. RGB value is (238,203,52). Sum of RGB (Red+Green+Blue) = 238+203+52=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB34 is #1134CB. Grayscale: #C4C4C4. Windows color (decimal): -1127628 or 3460078. OLE color: 3460078.

HSL color Cylindrical-coordinate representation of color #EECB34: hue angle of 48.71º 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 #EECB34 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 203 52 -
CMYK 0 0.15 0.78 0.07
HSL 48.71º 0.85% 0.57% -
HSV(B) 48.71º 0.78% 0.93% -
XYZ 57.24 61.14 12.03 -
YUV 196.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 238 203 52 0 0.15 0.78 0.07 48.71 0.85 0.57
Hex EE CB 34 0 F 4E 7 31 55 39
Octal 356 313 64 0 17 116 7 61 125 71
Binary 11101110 11001011 110100 0 1111 1001110 111 110001 1010101 111001

Color Harmonies of #EECB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB34

Black with #EECB34

Text Example


Text Example

White with #EECB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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