Html Css Color HEX #EAC722 Broom

📋 copy color: '#EAC722'

red 234 ◦ green 199 ◦ blue 34

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

Shades of Broom #EAC722

Tints of Broom #EAC722

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.61%

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

R = 50.11%
G = 42.61%
B = 7.28%

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

#EAC722 (or 0xEAC722) is known color: Broom. HEX triplet: EA, C7 and 22. RGB value is (234,199,34). Sum of RGB (Red+Green+Blue) = 234+199+34=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC722 is #1538DD. Grayscale: #BFBFBF. Windows color (decimal): -1390814 or 2279402. OLE color: 2279402.

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

Color convert

RGB 234 199 34 -
CMYK 0 0.15 0.85 0.08
HSL 49.5º 0.83% 0.53% -
HSV(B) 49.5º 0.85% 0.92% -
XYZ 54.64 58.45 9.92 -
YUV 190.66 39.6 158.92 -
System Red Green Blue C M Y K H S L
Decimal 234 199 34 0 0.15 0.85 0.08 49.5 0.83 0.53
Hex EA C7 22 0 F 55 8 32 53 35
Octal 352 307 42 0 17 125 10 62 123 65
Binary 11101010 11000111 100010 0 1111 1010101 1000 110010 1010011 110101

Color Harmonies of #EAC722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC722

Black with #EAC722

Text Example


Text Example

White with #EAC722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC722; }

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

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

background-color css

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

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

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

border-color css

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

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

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