#E1CA26

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

Shades of Broom #E1CA26

Tints of Broom #E1CA26

Color information

#E1CA26 (or 0xE1CA26) is unknown color: approx Broom. HEX triplet: E1, CA and 26. RGB value is (225,202,38). Sum of RGB (Red+Green+Blue) = 225+202+38=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 38 (15.23% from 255 or 8.17% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CA26 is #1E35D9. Grayscale: #BEBEBE. Windows color (decimal): -1979866 or 2542305. OLE color: 2542305.

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

Color convert

RGB22520238-
CMYK00.100.830.12
HSL52.62º75.71%51.57%-
HSV(B)52.62º83.11%88.24%-
XYZ52.5258.3910.34-
YUV190.1842.12152.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.39%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 38 (15.23% from 255) = 8.17%
R=48.39%
G=43.44%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252023800.100.830.1252.6275.7151.57
HexE1CA260A53C354c34
Octal34131246012123146511464
Binary111000011100101010011001010101001111001101011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA26; }

 p { color: rgb(225,202,38); }

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

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

 a { background-color: rgb(225,202,38); }

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

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

 span { border-color: rgb(225,202,38); }

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