#E1C72A

Color #E1C72A Broom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Broom #E1C72A

Tints of Broom #E1C72A

Color information

#E1C72A (or 0xE1C72A) is unknown color: approx Broom. HEX triplet: E1, C7 and 2A. RGB value is (225,199,42). Sum of RGB (Red+Green+Blue) = 225+199+42=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C72A is #1E38D5. Grayscale: #BDBDBD. Windows color (decimal): -1980630 or 2803681. OLE color: 2803681.

HSL color Cylindrical-coordinate representation of color #E1C72A: hue angle of 51.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1C72A is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB22519942-
CMYK00.120.810.12
HSL51.48º75.31%52.35%-
HSV(B)51.48º81.33%88.24%-
XYZ51.8957.0210.46-
YUV188.8845.11153.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 199 (78.12% from 255) = 42.70%
BLUE value IS 42 (16.80% from 255) = 9.01%
R=48.28%
G=42.70%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251994200.120.810.1251.4875.3152.35
HexE1C72A0C51C334b34
Octal34130752014121146311364
Binary111000011100011110101001100101000111001100111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C72A; }

 p { color: rgb(225,199,42); }

 H1.HeaderClassName
 {
   color: #E1C72A;
 }
 .AnyTagClassName
 {
   color: #E1C72A;
 }
</style>
background-color css

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

 a { background-color: rgb(225,199,42); }

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

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

 span { border-color: rgb(225,199,42); }

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