Html Css Color HEX #E1D04A Confetti

📋 copy color: '#E1D04A'

red 225 ◦ green 208 ◦ blue 74

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

Shades of Confetti #E1D04A

Tints of Confetti #E1D04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.6%

R = 44.38%
G = 41.03%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1D04A (or 0xE1D04A) is known color: Confetti. HEX triplet: E1, D0 and 4A. RGB value is (225,208,74). Sum of RGB (Red+Green+Blue) = 225+208+74=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D04A is #1E2FB5. Grayscale: #C6C6C6. Windows color (decimal): -1978294 or 4903137. OLE color: 4903137.

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

Color convert

RGB 225 208 74 -
CMYK 0 0.08 0.67 0.12
HSL 53.25º 0.72% 0.59% -
HSV(B) 53.25º 0.67% 0.88% -
XYZ 54.84 61.61 15.48 -
YUV 197.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 225 208 74 0 0.08 0.67 0.12 53.25 0.72 0.59
Hex E1 D0 4A 0 8 43 C 35 48 3B
Octal 341 320 112 0 10 103 14 65 110 73
Binary 11100001 11010000 1001010 0 1000 1000011 1100 110101 1001000 111011

Color Harmonies of #E1D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D04A

Black with #E1D04A

Text Example


Text Example

White with #E1D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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