Html Css Color HEX #EAC920 Broom

📋 copy color: '#EAC920'

red 234 ◦ green 201 ◦ blue 32

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

Shades of Broom #EAC920

Tints of Broom #EAC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.04%

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

R = 50.11%
G = 43.04%
B = 6.85%

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

#EAC920 (or 0xEAC920) is known color: Broom. HEX triplet: EA, C9 and 20. RGB value is (234,201,32). Sum of RGB (Red+Green+Blue) = 234+201+32=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC920 is #1536DF. Grayscale: #C0C0C0. Windows color (decimal): -1390304 or 2148842. OLE color: 2148842.

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

Color convert

RGB 234 201 32 -
CMYK 0 0.14 0.86 0.08
HSL 50.2º 0.83% 0.52% -
HSV(B) 50.2º 0.86% 0.92% -
XYZ 55.08 59.37 9.92 -
YUV 191.6 37.93 158.24 -
System Red Green Blue C M Y K H S L
Decimal 234 201 32 0 0.14 0.86 0.08 50.2 0.83 0.52
Hex EA C9 20 0 E 56 8 32 53 34
Octal 352 311 40 0 16 126 10 62 123 64
Binary 11101010 11001001 100000 0 1110 1010110 1000 110010 1010011 110100

Color Harmonies of #EAC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC920

Black with #EAC920

Text Example


Text Example

White with #EAC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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