Html Css Color HEX #EACD20 Broom

📋 copy color: '#EACD20'

red 234 ◦ green 205 ◦ blue 32

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

Shades of Broom #EACD20

Tints of Broom #EACD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.52%

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

R = 49.68%
G = 43.52%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EACD20 (or 0xEACD20) is known color: Broom. HEX triplet: EA, CD and 20. RGB value is (234,205,32). Sum of RGB (Red+Green+Blue) = 234+205+32=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD20 is #1532DF. Grayscale: #C2C2C2. Windows color (decimal): -1389280 or 2149866. OLE color: 2149866.

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

Color convert

RGB 234 205 32 -
CMYK 0 0.12 0.86 0.08
HSL 51.39º 0.83% 0.52% -
HSV(B) 51.39º 0.86% 0.92% -
XYZ 56.02 61.26 10.24 -
YUV 193.95 36.61 156.57 -
System Red Green Blue C M Y K H S L
Decimal 234 205 32 0 0.12 0.86 0.08 51.39 0.83 0.52
Hex EA CD 20 0 C 56 8 33 53 34
Octal 352 315 40 0 14 126 10 63 123 64
Binary 11101010 11001101 100000 0 1100 1010110 1000 110011 1010011 110100

Color Harmonies of #EACD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD20

Black with #EACD20

Text Example


Text Example

White with #EACD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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