#E2CF3D

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

Shades of Confetti #E2CF3D

Tints of Confetti #E2CF3D

Color information

#E2CF3D (or 0xE2CF3D) is unknown color: approx Confetti. HEX triplet: E2, CF and 3D. RGB value is (226,207,61). Sum of RGB (Red+Green+Blue) = 226+207+61=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CF3D is #1D30C2. Grayscale: #C4C4C4. Windows color (decimal): -1913027 or 4050914. OLE color: 4050914.

HSL color Cylindrical-coordinate representation of color #E2CF3D: hue angle of 53.09º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2CF3D is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB22620761-
CMYK00.080.730.11
HSL53.09º73.99%56.27%-
HSV(B)53.09º73.01%88.63%-
XYZ54.5261.1313.34-
YUV196.0451.79149.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.75%
GREEN value IS 207 (81.25% from 255) = 41.90%
BLUE value IS 61 (24.22% from 255) = 12.35%
R=45.75%
G=41.90%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262076100.080.730.1153.0973.9956.27
HexE2CF3D0849B354a38
Octal34231775010111136511270
Binary111000101100111111110101000100100110111101011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CF3D; }

 p { color: rgb(226,207,61); }

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

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

 a { background-color: rgb(226,207,61); }

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

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

 span { border-color: rgb(226,207,61); }

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