Html Css Color HEX #EADB19 Broom

📋 copy color: '#EADB19'

red 234 ◦ green 219 ◦ blue 25

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

Shades of Broom #EADB19

Tints of Broom #EADB19

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.82%

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

R = 48.95%
G = 45.82%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EADB19 (or 0xEADB19) is known color: Broom. HEX triplet: EA, DB and 19. RGB value is (234,219,25). Sum of RGB (Red+Green+Blue) = 234+219+25=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB19 is #1524E6. Grayscale: #CACACA. Windows color (decimal): -1385703 or 1694698. OLE color: 1694698.

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

Color convert

RGB 234 219 25 -
CMYK 0 0.06 0.89 0.08
HSL 55.69º 0.83% 0.51% -
HSV(B) 55.69º 0.89% 0.92% -
XYZ 59.44 68.23 10.96 -
YUV 201.37 28.47 151.27 -
System Red Green Blue C M Y K H S L
Decimal 234 219 25 0 0.06 0.89 0.08 55.69 0.83 0.51
Hex EA DB 19 0 6 59 8 38 53 33
Octal 352 333 31 0 6 131 10 70 123 63
Binary 11101010 11011011 11001 0 110 1011001 1000 111000 1010011 110011

Color Harmonies of #EADB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB19

Black with #EADB19

Text Example


Text Example

White with #EADB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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