#E2CD2B

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

Shades of Broom #E2CD2B

Tints of Broom #E2CD2B

Color information

#E2CD2B (or 0xE2CD2B) is unknown color: approx Broom. HEX triplet: E2, CD and 2B. RGB value is (226,205,43). Sum of RGB (Red+Green+Blue) = 226+205+43=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CD2B is #1D32D4. Grayscale: #C1C1C1. Windows color (decimal): -1913557 or 2870754. OLE color: 2870754.

HSL color Cylindrical-coordinate representation of color #E2CD2B: hue angle of 53.11º 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 #E2CD2B is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22620543-
CMYK00.090.810.11
HSL53.11º75.93%52.75%-
HSV(B)53.11º80.97%88.63%-
XYZ53.6360.0111.04-
YUV192.8143.46151.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.68%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 43 (17.19% from 255) = 9.07%
R=47.68%
G=43.25%
B=9.07%

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
Decimal2262054300.090.810.1153.1175.9352.75
HexE2CD2B0951B354c35
Octal34231553011121136511465
Binary111000101100110110101101001101000110111101011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CD2B; }

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

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

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

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

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

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

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

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