Html Css Color HEX #EAC529 Broom

📋 copy color: '#EAC529'

red 234 ◦ green 197 ◦ blue 41

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

Shades of Broom #EAC529

Tints of Broom #EAC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.74%

 BLUE value IS 41 (16.41% from 255) = 8.69%

R = 49.58%
G = 41.74%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAC529 (or 0xEAC529) is known color: Broom. HEX triplet: EA, C5 and 29. RGB value is (234,197,41). Sum of RGB (Red+Green+Blue) = 234+197+41=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC529 is #153AD6. Grayscale: #BEBEBE. Windows color (decimal): -1391319 or 2737642. OLE color: 2737642.

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

Color convert

RGB 234 197 41 -
CMYK 0 0.16 0.82 0.08
HSL 48.5º 0.82% 0.54% -
HSV(B) 48.5º 0.82% 0.92% -
XYZ 54.3 57.59 10.35 -
YUV 190.28 43.76 159.18 -
System Red Green Blue C M Y K H S L
Decimal 234 197 41 0 0.16 0.82 0.08 48.5 0.82 0.54
Hex EA C5 29 0 10 52 8 30 52 36
Octal 352 305 51 0 20 122 10 60 122 66
Binary 11101010 11000101 101001 0 10000 1010010 1000 110000 1010010 110110

Color Harmonies of #EAC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC529

Black with #EAC529

Text Example


Text Example

White with #EAC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC529; }

 p { color: rgb(234,197,41); }

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

background-color css

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

 a { background-color: rgb(234,197,41); }

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

border-color css

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

 span { border-color: rgb(234,197,41); }

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