Html Css Color HEX #E1C94B Confetti

📋 copy color: '#E1C94B'

red 225 ◦ green 201 ◦ blue 75

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

Shades of Confetti #E1C94B

Tints of Confetti #E1C94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.97%

R = 44.91%
G = 40.12%
B = 14.97%

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

#E1C94B (or 0xE1C94B) is known color: Confetti. HEX triplet: E1, C9 and 4B. RGB value is (225,201,75). Sum of RGB (Red+Green+Blue) = 225+201+75=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C94B is #1E36B4. Grayscale: #C2C2C2. Windows color (decimal): -1980085 or 4966881. OLE color: 4966881.

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

Color convert

RGB 225 201 75 -
CMYK 0 0.11 0.67 0.12
HSL 50.4º 0.71% 0.59% -
HSV(B) 50.4º 0.67% 0.88% -
XYZ 53.21 58.29 15.1 -
YUV 193.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 225 201 75 0 0.11 0.67 0.12 50.4 0.71 0.59
Hex E1 C9 4B 0 B 43 C 32 47 3B
Octal 341 311 113 0 13 103 14 62 107 73
Binary 11100001 11001001 1001011 0 1011 1000011 1100 110010 1000111 111011

Color Harmonies of #E1C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C94B

Black with #E1C94B

Text Example


Text Example

White with #E1C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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