Html Css Color HEX #EAC924 Broom

📋 copy color: '#EAC924'

red 234 ◦ green 201 ◦ blue 36

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

Shades of Broom #EAC924

Tints of Broom #EAC924

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.68%

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

R = 49.68%
G = 42.68%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAC924 (or 0xEAC924) is known color: Broom. HEX triplet: EA, C9 and 24. RGB value is (234,201,36). Sum of RGB (Red+Green+Blue) = 234+201+36=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC924 is #1536DB. Grayscale: #C0C0C0. Windows color (decimal): -1390300 or 2410986. OLE color: 2410986.

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

Color convert

RGB 234 201 36 -
CMYK 0 0.14 0.85 0.08
HSL 50º 0.83% 0.53% -
HSV(B) 50º 0.85% 0.92% -
XYZ 55.14 59.39 10.23 -
YUV 192.06 39.93 157.92 -
System Red Green Blue C M Y K H S L
Decimal 234 201 36 0 0.14 0.85 0.08 50 0.83 0.53
Hex EA C9 24 0 E 55 8 32 52 35
Octal 352 311 44 0 16 125 10 62 122 65
Binary 11101010 11001001 100100 0 1110 1010101 1000 110010 1010010 110101

Color Harmonies of #EAC924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC924

Black with #EAC924

Text Example


Text Example

White with #EAC924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC924; }

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

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

background-color css

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

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

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

border-color css

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

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

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