Html Css Color HEX #EAC822 Broom

📋 copy color: '#EAC822'

red 234 ◦ green 200 ◦ blue 34

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

Shades of Broom #EAC822

Tints of Broom #EAC822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.26%

R = 50%
G = 42.74%
B = 7.26%

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

#EAC822 (or 0xEAC822) is known color: Broom. HEX triplet: EA, C8 and 22. RGB value is (234,200,34). Sum of RGB (Red+Green+Blue) = 234+200+34=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC822 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC822 is #1537DD. Grayscale: #BFBFBF. Windows color (decimal): -1390558 or 2279658. OLE color: 2279658.

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

Color convert

RGB 234 200 34 -
CMYK 0 0.15 0.85 0.08
HSL 49.8º 0.83% 0.53% -
HSV(B) 49.8º 0.85% 0.92% -
XYZ 54.87 58.92 9.99 -
YUV 191.24 39.26 158.5 -
System Red Green Blue C M Y K H S L
Decimal 234 200 34 0 0.15 0.85 0.08 49.8 0.83 0.53
Hex EA C8 22 0 F 55 8 32 53 35
Octal 352 310 42 0 17 125 10 62 123 65
Binary 11101010 11001000 100010 0 1111 1010101 1000 110010 1010011 110101

Color Harmonies of #EAC822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC822

Black with #EAC822

Text Example


Text Example

White with #EAC822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC822; }

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

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

background-color css

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

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

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

border-color css

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

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

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