#E5CB42

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

Shades of Confetti #E5CB42

Tints of Confetti #E5CB42

Color information

#E5CB42 (or 0xE5CB42) is unknown color: approx Confetti. HEX triplet: E5, CB and 42. RGB value is (229,203,66). Sum of RGB (Red+Green+Blue) = 229+203+66=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CB42 is #1A34BD. Grayscale: #C3C3C3. Windows color (decimal): -1717438 or 4377573. OLE color: 4377573.

HSL color Cylindrical-coordinate representation of color #E5CB42: hue angle of 50.43º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5CB42 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB22920366-
CMYK00.110.710.10
HSL50.43º75.81%57.84%-
HSV(B)50.43º71.18%89.8%-
XYZ54.6559.7613.81-
YUV195.1655.11152.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 66 (26.17% from 255) = 13.25%
R=45.98%
G=40.76%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292036600.110.710.1050.4375.8157.84
HexE5CB420B47A324c3a
Octal345313102013107126211472
Binary1110010111001011100001001011100011110101100101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CB42; }

 p { color: rgb(229,203,66); }

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

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

 a { background-color: rgb(229,203,66); }

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

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

 span { border-color: rgb(229,203,66); }

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