Html Css Color HEX #EADC19 Broom

📋 copy color: '#EADC19'

red 234 ◦ green 220 ◦ blue 25

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

Shades of Broom #EADC19

Tints of Broom #EADC19

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

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

R = 48.85%
G = 45.93%
B = 5.22%

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

#EADC19 (or 0xEADC19) is known color: Broom. HEX triplet: EA, DC and 19. RGB value is (234,220,25). Sum of RGB (Red+Green+Blue) = 234+220+25=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC19 is #1523E6. Grayscale: #CACACA. Windows color (decimal): -1385447 or 1694954. OLE color: 1694954.

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

Color convert

RGB 234 220 25 -
CMYK 0 0.06 0.89 0.08
HSL 55.98º 0.83% 0.51% -
HSV(B) 55.98º 0.89% 0.92% -
XYZ 59.7 68.75 11.04 -
YUV 201.96 28.14 150.86 -
System Red Green Blue C M Y K H S L
Decimal 234 220 25 0 0.06 0.89 0.08 55.98 0.83 0.51
Hex EA DC 19 0 6 59 8 38 53 33
Octal 352 334 31 0 6 131 10 70 123 63
Binary 11101010 11011100 11001 0 110 1011001 1000 111000 1010011 110011

Color Harmonies of #EADC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC19

Black with #EADC19

Text Example


Text Example

White with #EADC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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