Html Css Color HEX #EED219 Broom

📋 copy color: '#EED219'

red 238 ◦ green 210 ◦ blue 25

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

Shades of Broom #EED219

Tints of Broom #EED219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.29%

R = 50.32%
G = 44.4%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EED219 (or 0xEED219) is known color: Broom. HEX triplet: EE, D2 and 19. RGB value is (238,210,25). Sum of RGB (Red+Green+Blue) = 238+210+25=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EED219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED219 is #112DE6. Grayscale: #C6C6C6. Windows color (decimal): -1125863 or 1692398. OLE color: 1692398.

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

Color convert

RGB 238 210 25 -
CMYK 0 0.12 0.89 0.07
HSL 52.11º 0.86% 0.52% -
HSV(B) 52.11º 0.89% 0.93% -
XYZ 58.48 64.34 10.26 -
YUV 197.28 30.78 157.04 -
System Red Green Blue C M Y K H S L
Decimal 238 210 25 0 0.12 0.89 0.07 52.11 0.86 0.52
Hex EE D2 19 0 C 59 7 34 56 34
Octal 356 322 31 0 14 131 7 64 126 64
Binary 11101110 11010010 11001 0 1100 1011001 111 110100 1010110 110100

Color Harmonies of #EED219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED219

Black with #EED219

Text Example


Text Example

White with #EED219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED219; }

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

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

background-color css

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

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

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

border-color css

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

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

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