#E2CE2B

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

Shades of Broom #E2CE2B

Tints of Broom #E2CE2B

Color information

#E2CE2B (or 0xE2CE2B) is unknown color: approx Broom. HEX triplet: E2, CE and 2B. RGB value is (226,206,43). Sum of RGB (Red+Green+Blue) = 226+206+43=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CE2B is #1D31D4. Grayscale: #C2C2C2. Windows color (decimal): -1913301 or 2871010. OLE color: 2871010.

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

Color convert

RGB22620643-
CMYK00.090.810.11
HSL53.44º75.93%52.75%-
HSV(B)53.44º80.97%88.63%-
XYZ53.8760.4911.12-
YUV193.443.13151.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 206 (80.86% from 255) = 43.37%
BLUE value IS 43 (17.19% from 255) = 9.05%
R=47.58%
G=43.37%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262064300.090.810.1153.4475.9352.75
HexE2CE2B0951B354c35
Octal34231653011121136511465
Binary111000101100111010101101001101000110111101011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CE2B; }

 p { color: rgb(226,206,43); }

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

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

 a { background-color: rgb(226,206,43); }

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

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

 span { border-color: rgb(226,206,43); }

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