Html Css Color HEX #E1D24E Confetti

📋 copy color: '#E1D24E'

red 225 ◦ green 210 ◦ blue 78

#E1D24E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #E1D24E

Tints of Confetti #E1D24E

RGB

 RED value IS 225 (88.28% from 255) = 43.86%

 GREEN value IS 210 (82.42% from 255) = 40.94%

 BLUE value IS 78 (30.86% from 255) = 15.2%

R = 43.86%
G = 40.94%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1D24E (or 0xE1D24E) is known color: Confetti. HEX triplet: E1, D2 and 4E. RGB value is (225,210,78). Sum of RGB (Red+Green+Blue) = 225+210+78=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D24E is #1E2DB1. Grayscale: #C7C7C7. Windows color (decimal): -1977778 or 5165793. OLE color: 5165793.

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

Color convert

RGB 225 210 78 -
CMYK 0 0.07 0.65 0.12
HSL 53.88º 0.71% 0.59% -
HSV(B) 53.88º 0.65% 0.88% -
XYZ 55.47 62.65 16.38 -
YUV 199.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 225 210 78 0 0.07 0.65 0.12 53.88 0.71 0.59
Hex E1 D2 4E 0 7 41 C 36 47 3B
Octal 341 322 116 0 7 101 14 66 107 73
Binary 11100001 11010010 1001110 0 111 1000001 1100 110110 1000111 111011

Color Harmonies of #E1D24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D24E

Black with #E1D24E

Text Example


Text Example

White with #E1D24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D24E; }

 p { color: rgb(225,210,78); }

 H1.HeaderClassName
 {
   color: #E1D24E;
 }
 .AnyTagClassName
 {
   color: #E1D24E;
 }
</style>

background-color css

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

 a { background-color: rgb(225,210,78); }

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

border-color css

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

 span { border-color: rgb(225,210,78); }

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