Html Css Color HEX #EED120 Broom

📋 copy color: '#EED120'

red 238 ◦ green 209 ◦ blue 32

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

Shades of Broom #EED120

Tints of Broom #EED120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.63%

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

R = 49.69%
G = 43.63%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EED120 (or 0xEED120) is known color: Broom. HEX triplet: EE, D1 and 20. RGB value is (238,209,32). Sum of RGB (Red+Green+Blue) = 238+209+32=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EED120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED120 is #112EDF. Grayscale: #C6C6C6. Windows color (decimal): -1126112 or 2150894. OLE color: 2150894.

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

Color convert

RGB 238 209 32 -
CMYK 0 0.12 0.87 0.07
HSL 51.55º 0.86% 0.53% -
HSV(B) 51.55º 0.87% 0.93% -
XYZ 58.32 63.88 10.62 -
YUV 197.49 34.61 156.89 -
System Red Green Blue C M Y K H S L
Decimal 238 209 32 0 0.12 0.87 0.07 51.55 0.86 0.53
Hex EE D1 20 0 C 57 7 34 56 35
Octal 356 321 40 0 14 127 7 64 126 65
Binary 11101110 11010001 100000 0 1100 1010111 111 110100 1010110 110101

Color Harmonies of #EED120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED120

Black with #EED120

Text Example


Text Example

White with #EED120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED120; }

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

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

background-color css

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

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

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

border-color css

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

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

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