Html Css Color HEX #E1C94A Confetti

📋 copy color: '#E1C94A'

red 225 ◦ green 201 ◦ blue 74

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

Shades of Confetti #E1C94A

Tints of Confetti #E1C94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

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

R = 45%
G = 40.2%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1C94A (or 0xE1C94A) is known color: Confetti. HEX triplet: E1, C9 and 4A. RGB value is (225,201,74). Sum of RGB (Red+Green+Blue) = 225+201+74=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C94A is #1E36B5. Grayscale: #C2C2C2. Windows color (decimal): -1980086 or 4901345. OLE color: 4901345.

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

Color convert

RGB 225 201 74 -
CMYK 0 0.11 0.67 0.12
HSL 50.46º 0.72% 0.59% -
HSV(B) 50.46º 0.67% 0.88% -
XYZ 53.17 58.28 14.92 -
YUV 193.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 225 201 74 0 0.11 0.67 0.12 50.46 0.72 0.59
Hex E1 C9 4A 0 B 43 C 32 48 3B
Octal 341 311 112 0 13 103 14 62 110 73
Binary 11100001 11001001 1001010 0 1011 1000011 1100 110010 1001000 111011

Color Harmonies of #E1C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C94A

Black with #E1C94A

Text Example


Text Example

White with #E1C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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