#E0C13B

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

Shades of Confetti #E0C13B

Tints of Confetti #E0C13B

Color information

#E0C13B (or 0xE0C13B) is unknown color: approx Confetti. HEX triplet: E0, C1 and 3B. RGB value is (224,193,59). Sum of RGB (Red+Green+Blue) = 224+193+59=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C13B is #1F3EC4. Grayscale: #BBBBBB. Windows color (decimal): -2047685 or 3916256. OLE color: 3916256.

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

Color convert

RGB22419359-
CMYK00.140.740.12
HSL48.73º72.69%55.49%-
HSV(B)48.73º73.66%87.84%-
XYZ50.654.311.95-
YUV186.9955.77154.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.06%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 59 (23.44% from 255) = 12.39%
R=47.06%
G=40.55%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241935900.140.740.1248.7372.6955.49
HexE0C13B0E4AC314937
Octal34030173016112146111167
Binary111000001100000111101101110100101011001100011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C13B; }

 p { color: rgb(224,193,59); }

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

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

 a { background-color: rgb(224,193,59); }

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

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

 span { border-color: rgb(224,193,59); }

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