#E5CB3F

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

Shades of Confetti #E5CB3F

Tints of Confetti #E5CB3F

Color information

#E5CB3F (or 0xE5CB3F) is unknown color: approx Confetti. HEX triplet: E5, CB and 3F. RGB value is (229,203,63). Sum of RGB (Red+Green+Blue) = 229+203+63=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CB3F is #1A34C0. Grayscale: #C3C3C3. Windows color (decimal): -1717441 or 4180965. OLE color: 4180965.

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

Color convert

RGB22920363-
CMYK00.110.720.10
HSL50.6º76.15%57.25%-
HSV(B)50.6º72.49%89.8%-
XYZ54.5759.7313.36-
YUV194.8153.61152.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 203 (79.69% from 255) = 41.01%
BLUE value IS 63 (25% from 255) = 12.73%
R=46.26%
G=41.01%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292036300.110.720.1050.676.1557.25
HexE5CB3F0B48A334c39
Octal34531377013110126311471
Binary111001011100101111111101011100100010101100111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CB3F; }

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

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

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

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

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

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

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

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