Html Css Color HEX #EAD619 Broom

📋 copy color: '#EAD619'

red 234 ◦ green 214 ◦ blue 25

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

Shades of Broom #EAD619

Tints of Broom #EAD619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

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

R = 49.47%
G = 45.24%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAD619 (or 0xEAD619) is known color: Broom. HEX triplet: EA, D6 and 19. RGB value is (234,214,25). Sum of RGB (Red+Green+Blue) = 234+214+25=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD619 is #1529E6. Grayscale: #C7C7C7. Windows color (decimal): -1386983 or 1693418. OLE color: 1693418.

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

Color convert

RGB 234 214 25 -
CMYK 0 0.09 0.89 0.08
HSL 54.26º 0.83% 0.51% -
HSV(B) 54.26º 0.89% 0.92% -
XYZ 58.15 65.66 10.53 -
YUV 198.43 30.13 153.37 -
System Red Green Blue C M Y K H S L
Decimal 234 214 25 0 0.09 0.89 0.08 54.26 0.83 0.51
Hex EA D6 19 0 9 59 8 36 53 33
Octal 352 326 31 0 11 131 10 66 123 63
Binary 11101010 11010110 11001 0 1001 1011001 1000 110110 1010011 110011

Color Harmonies of #EAD619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD619

Black with #EAD619

Text Example


Text Example

White with #EAD619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD619; }

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

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

background-color css

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

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

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

border-color css

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

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

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