Html Css Color HEX #EED520 Broom

📋 copy color: '#EED520'

red 238 ◦ green 213 ◦ blue 32

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

Shades of Broom #EED520

Tints of Broom #EED520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

 BLUE value IS 32 (12.89% from 255) = 6.63%

R = 49.28%
G = 44.1%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EED520 (or 0xEED520) is known color: Broom. HEX triplet: EE, D5 and 20. RGB value is (238,213,32). Sum of RGB (Red+Green+Blue) = 238+213+32=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EED520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED520 is #112ADF. Grayscale: #C8C8C8. Windows color (decimal): -1125088 or 2151918. OLE color: 2151918.

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

Color convert

RGB 238 213 32 -
CMYK 0 0.11 0.87 0.07
HSL 52.72º 0.86% 0.53% -
HSV(B) 52.72º 0.87% 0.93% -
XYZ 59.31 65.87 10.95 -
YUV 199.84 33.28 155.22 -
System Red Green Blue C M Y K H S L
Decimal 238 213 32 0 0.11 0.87 0.07 52.72 0.86 0.53
Hex EE D5 20 0 B 57 7 35 56 35
Octal 356 325 40 0 13 127 7 65 126 65
Binary 11101110 11010101 100000 0 1011 1010111 111 110101 1010110 110101

Color Harmonies of #EED520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED520

Black with #EED520

Text Example


Text Example

White with #EED520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED520; }

 p { color: rgb(238,213,32); }

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

background-color css

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

 a { background-color: rgb(238,213,32); }

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

border-color css

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

 span { border-color: rgb(238,213,32); }

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