#E4CA42

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

Shades of Confetti #E4CA42

Tints of Confetti #E4CA42

Color information

#E4CA42 (or 0xE4CA42) is unknown color: approx Confetti. HEX triplet: E4, CA and 42. RGB value is (228,202,66). Sum of RGB (Red+Green+Blue) = 228+202+66=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CA42 is #1B35BD. Grayscale: #C2C2C2. Windows color (decimal): -1783230 or 4377316. OLE color: 4377316.

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

Color convert

RGB22820266-
CMYK00.110.710.11
HSL50.37º75%57.65%-
HSV(B)50.37º71.05%89.41%-
XYZ54.159.1313.72-
YUV194.2755.61152.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.97%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 66 (26.17% from 255) = 13.31%
R=45.97%
G=40.73%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282026600.110.710.1150.377557.65
HexE4CA420B47B324b3a
Octal344312102013107136211372
Binary1110010011001010100001001011100011110111100101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CA42; }

 p { color: rgb(228,202,66); }

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

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

 a { background-color: rgb(228,202,66); }

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

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

 span { border-color: rgb(228,202,66); }

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