Html Css Color HEX #EAD513 Broom

📋 copy color: '#EAD513'

red 234 ◦ green 213 ◦ blue 19

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

Shades of Broom #EAD513

Tints of Broom #EAD513

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

 BLUE value IS 19 (7.81% from 255) = 4.08%

R = 50.21%
G = 45.71%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAD513 (or 0xEAD513) is known color: Broom. HEX triplet: EA, D5 and 13. RGB value is (234,213,19). Sum of RGB (Red+Green+Blue) = 234+213+19=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD513 is #152AEC. Grayscale: #C5C5C5. Windows color (decimal): -1387245 or 1299946. OLE color: 1299946.

HSL color Cylindrical-coordinate representation of color #EAD513: hue angle of 54.14º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAD513 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 213 19 -
CMYK 0 0.09 0.92 0.08
HSL 54.14º 0.85% 0.5% -
HSV(B) 54.14º 0.92% 0.92% -
XYZ 57.84 65.13 10.14 -
YUV 197.16 27.46 154.27 -
System Red Green Blue C M Y K H S L
Decimal 234 213 19 0 0.09 0.92 0.08 54.14 0.85 0.5
Hex EA D5 13 0 9 5C 8 36 55 32
Octal 352 325 23 0 11 134 10 66 125 62
Binary 11101010 11010101 10011 0 1001 1011100 1000 110110 1010101 110010

Color Harmonies of #EAD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD513

Black with #EAD513

Text Example


Text Example

White with #EAD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD513; }

 p { color: rgb(234,213,19); }

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

background-color css

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

 a { background-color: rgb(234,213,19); }

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

border-color css

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

 span { border-color: rgb(234,213,19); }

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