#e0cf4c

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

Shades of Confetti #E0CF4C

Tints of Confetti #E0CF4C

Color information

#E0CF4C (or 0xE0CF4C) is unknown color: approx Confetti. HEX triplet: E0, CF and 4C. RGB value is (224,207,76). Sum of RGB (Red+Green+Blue) = 224+207+76=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CF4C is #1F30B3. Grayscale: #C5C5C5. Windows color (decimal): -2044084 or 5033952. OLE color: 5033952.

HSL color Cylindrical-coordinate representation of color #E0CF4C: hue angle of 53.11º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0CF4C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22420776-
CMYK00.080.660.12
HSL53.11º70.48%58.82%-
HSV(B)53.11º66.07%87.84%-
XYZ54.3660.9915.75-
YUV197.1559.63147.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 207 (81.25% from 255) = 40.83%
BLUE value IS 76 (30.08% from 255) = 14.99%
R=44.18%
G=40.83%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242077600.080.660.1253.1170.4858.82
HexE0CF4C0842C35463b
Octal340317114010102146510673
Binary1110000011001111100110001000100001011001101011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0cf4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0cf4c; }

 p { color: rgb(224,207,76); }

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

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

 a { background-color: rgb(224,207,76); }

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

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

 span { border-color: rgb(224,207,76); }

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