Html Css Color HEX #EAC824 Broom

📋 copy color: '#EAC824'

red 234 ◦ green 200 ◦ blue 36

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

Shades of Broom #EAC824

Tints of Broom #EAC824

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

 BLUE value IS 36 (14.45% from 255) = 7.66%

R = 49.79%
G = 42.55%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAC824 (or 0xEAC824) is known color: Broom. HEX triplet: EA, C8 and 24. RGB value is (234,200,36). Sum of RGB (Red+Green+Blue) = 234+200+36=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 36 (14.45% from 255 or 7.66% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC824 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC824 is #1537DB. Grayscale: #C0C0C0. Windows color (decimal): -1390556 or 2410730. OLE color: 2410730.

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

Color convert

RGB 234 200 36 -
CMYK 0 0.15 0.85 0.08
HSL 49.7º 0.83% 0.53% -
HSV(B) 49.7º 0.85% 0.92% -
XYZ 54.9 58.93 10.15 -
YUV 191.47 40.26 158.34 -
System Red Green Blue C M Y K H S L
Decimal 234 200 36 0 0.15 0.85 0.08 49.7 0.83 0.53
Hex EA C8 24 0 F 55 8 32 52 35
Octal 352 310 44 0 17 125 10 62 122 65
Binary 11101010 11001000 100100 0 1111 1010101 1000 110010 1010010 110101

Color Harmonies of #EAC824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC824

Black with #EAC824

Text Example


Text Example

White with #EAC824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC824; }

 p { color: rgb(234,200,36); }

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

background-color css

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

 a { background-color: rgb(234,200,36); }

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

border-color css

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

 span { border-color: rgb(234,200,36); }

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