Html Css Color HEX #EECE35 Golden Dream

📋 copy color: '#EECE35'

red 238 ◦ green 206 ◦ blue 53

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

Shades of Golden Dream #EECE35

Tints of Golden Dream #EECE35

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

 BLUE value IS 53 (21.09% from 255) = 10.66%

R = 47.89%
G = 41.45%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EECE35 (or 0xEECE35) is known color: Golden Dream. HEX triplet: EE, CE and 35. RGB value is (238,206,53). Sum of RGB (Red+Green+Blue) = 238+206+53=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE35 is #1131CA. Grayscale: #C6C6C6. Windows color (decimal): -1126859 or 3526382. OLE color: 3526382.

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

Color convert

RGB 238 206 53 -
CMYK 0 0.13 0.78 0.07
HSL 49.62º 0.84% 0.57% -
HSV(B) 49.62º 0.78% 0.93% -
XYZ 57.97 62.58 12.39 -
YUV 198.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 238 206 53 0 0.13 0.78 0.07 49.62 0.84 0.57
Hex EE CE 35 0 D 4E 7 32 54 39
Octal 356 316 65 0 15 116 7 62 124 71
Binary 11101110 11001110 110101 0 1101 1001110 111 110010 1010100 111001

Color Harmonies of #EECE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECE35

Black with #EECE35

Text Example


Text Example

White with #EECE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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