Html Css Color HEX #EED336 Golden Dream

📋 copy color: '#EED336'

red 238 ◦ green 211 ◦ blue 54

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

Shades of Golden Dream #EED336

Tints of Golden Dream #EED336

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

 BLUE value IS 54 (21.48% from 255) = 10.74%

R = 47.32%
G = 41.95%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EED336 (or 0xEED336) is known color: Golden Dream. HEX triplet: EE, D3 and 36. RGB value is (238,211,54). Sum of RGB (Red+Green+Blue) = 238+211+54=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 54 (21.48% from 255 or 10.74% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EED336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED336 is #112CC9. Grayscale: #C9C9C9. Windows color (decimal): -1125578 or 3593198. OLE color: 3593198.

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

Color convert

RGB 238 211 54 -
CMYK 0 0.11 0.77 0.07
HSL 51.2º 0.84% 0.57% -
HSV(B) 51.2º 0.77% 0.93% -
XYZ 59.22 65.03 12.92 -
YUV 201.18 44.95 154.27 -
System Red Green Blue C M Y K H S L
Decimal 238 211 54 0 0.11 0.77 0.07 51.2 0.84 0.57
Hex EE D3 36 0 B 4D 7 33 54 39
Octal 356 323 66 0 13 115 7 63 124 71
Binary 11101110 11010011 110110 0 1011 1001101 111 110011 1010100 111001

Color Harmonies of #EED336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED336

Black with #EED336

Text Example


Text Example

White with #EED336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED336; }

 p { color: rgb(238,211,54); }

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

background-color css

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

 a { background-color: rgb(238,211,54); }

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

border-color css

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

 span { border-color: rgb(238,211,54); }

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