Html Css Color HEX #E1D04C Confetti

📋 copy color: '#E1D04C'

red 225 ◦ green 208 ◦ blue 76

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

Shades of Confetti #E1D04C

Tints of Confetti #E1D04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

 BLUE value IS 76 (30.08% from 255) = 14.93%

R = 44.2%
G = 40.86%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1D04C (or 0xE1D04C) is known color: Confetti. HEX triplet: E1, D0 and 4C. RGB value is (225,208,76). Sum of RGB (Red+Green+Blue) = 225+208+76=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D04C is #1E2FB3. Grayscale: #C6C6C6. Windows color (decimal): -1978292 or 5034209. OLE color: 5034209.

HSL color Cylindrical-coordinate representation of color #E1D04C: hue angle of 53.15º degrees, saturation: 0.71, 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 #E1D04C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 208 76 -
CMYK 0 0.08 0.66 0.12
HSL 53.15º 0.71% 0.59% -
HSV(B) 53.15º 0.66% 0.88% -
XYZ 54.91 61.64 15.84 -
YUV 198.04 59.13 147.23 -
System Red Green Blue C M Y K H S L
Decimal 225 208 76 0 0.08 0.66 0.12 53.15 0.71 0.59
Hex E1 D0 4C 0 8 42 C 35 47 3B
Octal 341 320 114 0 10 102 14 65 107 73
Binary 11100001 11010000 1001100 0 1000 1000010 1100 110101 1000111 111011

Color Harmonies of #E1D04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D04C

Black with #E1D04C

Text Example


Text Example

White with #E1D04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D04C; }

 p { color: rgb(225,208,76); }

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

background-color css

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

 a { background-color: rgb(225,208,76); }

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

border-color css

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

 span { border-color: rgb(225,208,76); }

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