Html Css Color HEX #EED412 Broom

📋 copy color: '#EED412'

red 238 ◦ green 212 ◦ blue 18

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

Shades of Broom #EED412

Tints of Broom #EED412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.3%

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

R = 50.85%
G = 45.3%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EED412 (or 0xEED412) is known color: Broom. HEX triplet: EE, D4 and 12. RGB value is (238,212,18). Sum of RGB (Red+Green+Blue) = 238+212+18=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EED412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED412 is #112BED. Grayscale: #C6C6C6. Windows color (decimal): -1125358 or 1234158. OLE color: 1234158.

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

Color convert

RGB 238 212 18 -
CMYK 0 0.11 0.92 0.07
HSL 52.91º 0.87% 0.5% -
HSV(B) 52.91º 0.92% 0.93% -
XYZ 58.91 65.31 10.07 -
YUV 197.66 26.61 156.77 -
System Red Green Blue C M Y K H S L
Decimal 238 212 18 0 0.11 0.92 0.07 52.91 0.87 0.5
Hex EE D4 12 0 B 5C 7 35 57 32
Octal 356 324 22 0 13 134 7 65 127 62
Binary 11101110 11010100 10010 0 1011 1011100 111 110101 1010111 110010

Color Harmonies of #EED412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED412

Black with #EED412

Text Example


Text Example

White with #EED412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED412; }

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

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

background-color css

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

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

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

border-color css

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

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

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