Html Css Color HEX #EACA20 Broom

📋 copy color: '#EACA20'

red 234 ◦ green 202 ◦ blue 32

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

Shades of Broom #EACA20

Tints of Broom #EACA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.16%

 BLUE value IS 32 (12.89% from 255) = 6.84%

R = 50%
G = 43.16%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EACA20 (or 0xEACA20) is known color: Broom. HEX triplet: EA, CA and 20. RGB value is (234,202,32). Sum of RGB (Red+Green+Blue) = 234+202+32=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA20 is #1535DF. Grayscale: #C0C0C0. Windows color (decimal): -1390048 or 2149098. OLE color: 2149098.

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

Color convert

RGB 234 202 32 -
CMYK 0 0.14 0.86 0.08
HSL 50.5º 0.83% 0.52% -
HSV(B) 50.5º 0.86% 0.92% -
XYZ 55.31 59.84 10 -
YUV 192.19 37.6 157.82 -
System Red Green Blue C M Y K H S L
Decimal 234 202 32 0 0.14 0.86 0.08 50.5 0.83 0.52
Hex EA CA 20 0 E 56 8 32 53 34
Octal 352 312 40 0 16 126 10 62 123 64
Binary 11101010 11001010 100000 0 1110 1010110 1000 110010 1010011 110100

Color Harmonies of #EACA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA20

Black with #EACA20

Text Example


Text Example

White with #EACA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA20; }

 p { color: rgb(234,202,32); }

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

background-color css

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

 a { background-color: rgb(234,202,32); }

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

border-color css

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

 span { border-color: rgb(234,202,32); }

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