Html Css Color HEX #EED218 Broom

📋 copy color: '#EED218'

red 238 ◦ green 210 ◦ blue 24

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

Shades of Broom #EED218

Tints of Broom #EED218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.08%

R = 50.42%
G = 44.49%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EED218 (or 0xEED218) is known color: Broom. HEX triplet: EE, D2 and 18. RGB value is (238,210,24). Sum of RGB (Red+Green+Blue) = 238+210+24=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EED218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED218 is #112DE7. Grayscale: #C5C5C5. Windows color (decimal): -1125864 or 1626862. OLE color: 1626862.

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

Color convert

RGB 238 210 24 -
CMYK 0 0.12 0.90 0.07
HSL 52.15º 0.86% 0.51% -
HSV(B) 52.15º 0.9% 0.93% -
XYZ 58.47 64.34 10.2 -
YUV 197.17 30.28 157.12 -
System Red Green Blue C M Y K H S L
Decimal 238 210 24 0 0.12 0.90 0.07 52.15 0.86 0.51
Hex EE D2 18 0 C 5A 7 34 56 33
Octal 356 322 30 0 14 132 7 64 126 63
Binary 11101110 11010010 11000 0 1100 1011010 111 110100 1010110 110011

Color Harmonies of #EED218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED218

Black with #EED218

Text Example


Text Example

White with #EED218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED218; }

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

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

background-color css

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

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

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

border-color css

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

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

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