Html Css Color HEX #EED211 Broom

📋 copy color: '#EED211'

red 238 ◦ green 210 ◦ blue 17

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

Shades of Broom #EED211

Tints of Broom #EED211

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.16%

 BLUE value IS 17 (7.03% from 255) = 3.66%

R = 51.18%
G = 45.16%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EED211 (or 0xEED211) is known color: Broom. HEX triplet: EE, D2 and 11. RGB value is (238,210,17). Sum of RGB (Red+Green+Blue) = 238+210+17=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EED211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED211 is #112DEE. Grayscale: #C5C5C5. Windows color (decimal): -1125871 or 1168110. OLE color: 1168110.

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

Color convert

RGB 238 210 17 -
CMYK 0 0.12 0.93 0.07
HSL 52.4º 0.87% 0.5% -
HSV(B) 52.4º 0.93% 0.93% -
XYZ 58.41 64.31 9.87 -
YUV 196.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 238 210 17 0 0.12 0.93 0.07 52.4 0.87 0.5
Hex EE D2 11 0 C 5D 7 34 57 32
Octal 356 322 21 0 14 135 7 64 127 62
Binary 11101110 11010010 10001 0 1100 1011101 111 110100 1010111 110010

Color Harmonies of #EED211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED211

Black with #EED211

Text Example


Text Example

White with #EED211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED211; }

 p { color: rgb(238,210,17); }

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

background-color css

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

 a { background-color: rgb(238,210,17); }

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

border-color css

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

 span { border-color: rgb(238,210,17); }

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