Html Css Color HEX #EED019 Broom

📋 copy color: '#EED019'

red 238 ◦ green 208 ◦ blue 25

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

Shades of Broom #EED019

Tints of Broom #EED019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.16%

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

R = 50.53%
G = 44.16%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EED019 (or 0xEED019) is known color: Broom. HEX triplet: EE, D0 and 19. RGB value is (238,208,25). Sum of RGB (Red+Green+Blue) = 238+208+25=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EED019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED019 is #112FE6. Grayscale: #C4C4C4. Windows color (decimal): -1126375 or 1691886. OLE color: 1691886.

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

Color convert

RGB 238 208 25 -
CMYK 0 0.13 0.89 0.07
HSL 51.55º 0.86% 0.52% -
HSV(B) 51.55º 0.89% 0.93% -
XYZ 57.99 63.36 10.09 -
YUV 196.11 31.44 157.88 -
System Red Green Blue C M Y K H S L
Decimal 238 208 25 0 0.13 0.89 0.07 51.55 0.86 0.52
Hex EE D0 19 0 D 59 7 34 56 34
Octal 356 320 31 0 15 131 7 64 126 64
Binary 11101110 11010000 11001 0 1101 1011001 111 110100 1010110 110100

Color Harmonies of #EED019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED019

Black with #EED019

Text Example


Text Example

White with #EED019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED019; }

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

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

background-color css

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

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

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

border-color css

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

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

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