#E2CC2D

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

Shades of Broom #E2CC2D

Tints of Broom #E2CC2D

Color information

#E2CC2D (or 0xE2CC2D) is unknown color: approx Broom. HEX triplet: E2, CC and 2D. RGB value is (226,204,45). Sum of RGB (Red+Green+Blue) = 226+204+45=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CC2D is #1D33D2. Grayscale: #C1C1C1. Windows color (decimal): -1913811 or 3001570. OLE color: 3001570.

HSL color Cylindrical-coordinate representation of color #E2CC2D: hue angle of 52.71º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2CC2D is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB22620445-
CMYK00.100.800.11
HSL52.71º75.73%53.14%-
HSV(B)52.71º80.09%88.63%-
XYZ53.4359.5411.16-
YUV192.4544.79151.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 45 (17.97% from 255) = 9.47%
R=47.58%
G=42.95%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262044500.100.800.1152.7175.7353.14
HexE2CC2D0A50B354c35
Octal34231455012120136511465
Binary111000101100110010110101010101000010111101011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CC2D; }

 p { color: rgb(226,204,45); }

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

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

 a { background-color: rgb(226,204,45); }

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

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

 span { border-color: rgb(226,204,45); }

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