Html Css Color HEX #E1D54A Confetti

📋 copy color: '#E1D54A'

red 225 ◦ green 213 ◦ blue 74

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

Shades of Confetti #E1D54A

Tints of Confetti #E1D54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

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

R = 43.95%
G = 41.6%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1D54A (or 0xE1D54A) is known color: Confetti. HEX triplet: E1, D5 and 4A. RGB value is (225,213,74). Sum of RGB (Red+Green+Blue) = 225+213+74=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D54A is #1E2AB5. Grayscale: #C9C9C9. Windows color (decimal): -1977014 or 4904417. OLE color: 4904417.

HSL color Cylindrical-coordinate representation of color #E1D54A: hue angle of 55.23º 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 #E1D54A is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 213 74 -
CMYK 0 0.05 0.67 0.12
HSL 55.23º 0.72% 0.59% -
HSV(B) 55.23º 0.67% 0.88% -
XYZ 56.08 64.09 15.89 -
YUV 200.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 225 213 74 0 0.05 0.67 0.12 55.23 0.72 0.59
Hex E1 D5 4A 0 5 43 C 37 48 3B
Octal 341 325 112 0 5 103 14 67 110 73
Binary 11100001 11010101 1001010 0 101 1000011 1100 110111 1001000 111011

Color Harmonies of #E1D54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D54A

Black with #E1D54A

Text Example


Text Example

White with #E1D54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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