Html Css Color HEX #EAC828 Broom

📋 copy color: '#EAC828'

red 234 ◦ green 200 ◦ blue 40

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

Shades of Broom #EAC828

Tints of Broom #EAC828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.44%

R = 49.37%
G = 42.19%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAC828 (or 0xEAC828) is known color: Broom. HEX triplet: EA, C8 and 28. RGB value is (234,200,40). Sum of RGB (Red+Green+Blue) = 234+200+40=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC828 is #1537D7. Grayscale: #C0C0C0. Windows color (decimal): -1390552 or 2672874. OLE color: 2672874.

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

Color convert

RGB 234 200 40 -
CMYK 0 0.15 0.83 0.08
HSL 49.48º 0.82% 0.54% -
HSV(B) 49.48º 0.83% 0.92% -
XYZ 54.97 58.95 10.49 -
YUV 191.93 42.26 158.01 -
System Red Green Blue C M Y K H S L
Decimal 234 200 40 0 0.15 0.83 0.08 49.48 0.82 0.54
Hex EA C8 28 0 F 53 8 31 52 36
Octal 352 310 50 0 17 123 10 61 122 66
Binary 11101010 11001000 101000 0 1111 1010011 1000 110001 1010010 110110

Color Harmonies of #EAC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC828

Black with #EAC828

Text Example


Text Example

White with #EAC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC828; }

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

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

background-color css

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

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

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

border-color css

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

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

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