#E2D14E

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

Shades of Confetti #E2D14E

Tints of Confetti #E2D14E

Color information

#E2D14E (or 0xE2D14E) is unknown color: approx Confetti. HEX triplet: E2, D1 and 4E. RGB value is (226,209,78). Sum of RGB (Red+Green+Blue) = 226+209+78=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D14E is #1D2EB1. Grayscale: #C7C7C7. Windows color (decimal): -1912498 or 5165538. OLE color: 5165538.

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

Color convert

RGB22620978-
CMYK00.080.650.11
HSL53.11º71.84%59.61%-
HSV(B)53.11º65.49%88.63%-
XYZ55.5462.3216.31-
YUV199.1559.63147.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 209 (82.03% from 255) = 40.74%
BLUE value IS 78 (30.86% from 255) = 15.20%
R=44.05%
G=40.74%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262097800.080.650.1153.1171.8459.61
HexE2D14E0841B35483c
Octal342321116010101136511074
Binary1110001011010001100111001000100000110111101011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D14E; }

 p { color: rgb(226,209,78); }

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

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

 a { background-color: rgb(226,209,78); }

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

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

 span { border-color: rgb(226,209,78); }

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