Html Css Color HEX #EAD219 Broom

📋 copy color: '#EAD219'

red 234 ◦ green 210 ◦ blue 25

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

Shades of Broom #EAD219

Tints of Broom #EAD219

RGB

 RED value IS 234 (91.8% from 255) = 49.89%

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

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

R = 49.89%
G = 44.78%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAD219 (or 0xEAD219) is known color: Broom. HEX triplet: EA, D2 and 19. RGB value is (234,210,25). Sum of RGB (Red+Green+Blue) = 234+210+25=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD219 is #152DE6. Grayscale: #C4C4C4. Windows color (decimal): -1388007 or 1692394. OLE color: 1692394.

HSL color Cylindrical-coordinate representation of color #EAD219: hue angle of 53.11º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAD219 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 25 -
CMYK 0 0.10 0.89 0.08
HSL 53.11º 0.83% 0.51% -
HSV(B) 53.11º 0.89% 0.92% -
XYZ 57.15 63.66 10.19 -
YUV 196.09 31.45 155.04 -
System Red Green Blue C M Y K H S L
Decimal 234 210 25 0 0.10 0.89 0.08 53.11 0.83 0.51
Hex EA D2 19 0 A 59 8 35 53 33
Octal 352 322 31 0 12 131 10 65 123 63
Binary 11101010 11010010 11001 0 1010 1011001 1000 110101 1010011 110011

Color Harmonies of #EAD219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD219

Black with #EAD219

Text Example


Text Example

White with #EAD219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD219; }

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

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

background-color css

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

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

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

border-color css

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

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

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