Html Css Color HEX #EED212 Broom

📋 copy color: '#EED212'

red 238 ◦ green 210 ◦ blue 18

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

Shades of Broom #EED212

Tints of Broom #EED212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.86%

R = 51.07%
G = 45.06%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EED212 (or 0xEED212) is known color: Broom. HEX triplet: EE, D2 and 12. RGB value is (238,210,18). Sum of RGB (Red+Green+Blue) = 238+210+18=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EED212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED212 is #112DED. Grayscale: #C5C5C5. Windows color (decimal): -1125870 or 1233646. OLE color: 1233646.

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

Color convert

RGB 238 210 18 -
CMYK 0 0.12 0.92 0.07
HSL 52.36º 0.87% 0.5% -
HSV(B) 52.36º 0.92% 0.93% -
XYZ 58.42 64.31 9.91 -
YUV 196.48 27.28 157.61 -
System Red Green Blue C M Y K H S L
Decimal 238 210 18 0 0.12 0.92 0.07 52.36 0.87 0.5
Hex EE D2 12 0 C 5C 7 34 57 32
Octal 356 322 22 0 14 134 7 64 127 62
Binary 11101110 11010010 10010 0 1100 1011100 111 110100 1010111 110010

Color Harmonies of #EED212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED212

Black with #EED212

Text Example


Text Example

White with #EED212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED212; }

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

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

background-color css

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

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

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

border-color css

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

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

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