Html Css Color HEX #EAD413 Broom

📋 copy color: '#EAD413'

red 234 ◦ green 212 ◦ blue 19

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

Shades of Broom #EAD413

Tints of Broom #EAD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

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

R = 50.32%
G = 45.59%
B = 4.09%

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

#EAD413 (or 0xEAD413) is known color: Broom. HEX triplet: EA, D4 and 13. RGB value is (234,212,19). Sum of RGB (Red+Green+Blue) = 234+212+19=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD413 is #152BEC. Grayscale: #C5C5C5. Windows color (decimal): -1387501 or 1299690. OLE color: 1299690.

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

Color convert

RGB 234 212 19 -
CMYK 0 0.09 0.92 0.08
HSL 53.86º 0.85% 0.5% -
HSV(B) 53.86º 0.92% 0.92% -
XYZ 57.59 64.63 10.05 -
YUV 196.58 27.79 154.69 -
System Red Green Blue C M Y K H S L
Decimal 234 212 19 0 0.09 0.92 0.08 53.86 0.85 0.5
Hex EA D4 13 0 9 5C 8 36 55 32
Octal 352 324 23 0 11 134 10 66 125 62
Binary 11101010 11010100 10011 0 1001 1011100 1000 110110 1010101 110010

Color Harmonies of #EAD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD413

Black with #EAD413

Text Example


Text Example

White with #EAD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD413; }

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

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

background-color css

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

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

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

border-color css

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

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

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