#E1CB3F

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

Shades of Confetti #E1CB3F

Tints of Confetti #E1CB3F

Color information

#E1CB3F (or 0xE1CB3F) is unknown color: approx Confetti. HEX triplet: E1, CB and 3F. RGB value is (225,203,63). Sum of RGB (Red+Green+Blue) = 225+203+63=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CB3F is #1E34C0. Grayscale: #C2C2C2. Windows color (decimal): -1979585 or 4180961. OLE color: 4180961.

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

Color convert

RGB22520363-
CMYK00.100.720.12
HSL51.85º72.97%56.47%-
HSV(B)51.85º72%88.24%-
XYZ53.359.0813.3-
YUV193.6254.29150.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 63 (25% from 255) = 12.83%
R=45.82%
G=41.34%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252036300.100.720.1251.8572.9756.47
HexE1CB3F0A48C344938
Octal34131377012110146411170
Binary111000011100101111111101010100100011001101001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CB3F; }

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

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

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

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

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

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

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

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