#E2CF1C

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

Shades of Broom #E2CF1C

Tints of Broom #E2CF1C

Color information

#E2CF1C (or 0xE2CF1C) is unknown color: approx Broom. HEX triplet: E2, CF and 1C. RGB value is (226,207,28). Sum of RGB (Red+Green+Blue) = 226+207+28=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CF1C is #1D30E3. Grayscale: #C1C1C1. Windows color (decimal): -1913060 or 1888226. OLE color: 1888226.

HSL color Cylindrical-coordinate representation of color #E2CF1C: hue angle of 54.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2CF1C is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB22620728-
CMYK00.080.880.11
HSL54.24º77.95%49.8%-
HSV(B)54.24º87.61%88.63%-
XYZ53.8960.8810.01-
YUV192.2735.29152.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.02%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 28 (11.33% from 255) = 6.07%
R=49.02%
G=44.90%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262072800.080.880.1154.2477.9549.8
HexE2CF1C0858B364e32
Octal34231734010130136611662
Binary11100010110011111110001000101100010111101101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CF1C; }

 p { color: rgb(226,207,28); }

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

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

 a { background-color: rgb(226,207,28); }

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

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

 span { border-color: rgb(226,207,28); }

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