Html Css Color HEX #E1C54D Confetti

📋 copy color: '#E1C54D'

red 225 ◦ green 197 ◦ blue 77

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

Shades of Confetti #E1C54D

Tints of Confetti #E1C54D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.48%

 BLUE value IS 77 (30.47% from 255) = 15.43%

R = 45.09%
G = 39.48%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1C54D (or 0xE1C54D) is known color: Confetti. HEX triplet: E1, C5 and 4D. RGB value is (225,197,77). Sum of RGB (Red+Green+Blue) = 225+197+77=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C54D is #1E3AB2. Grayscale: #C0C0C0. Windows color (decimal): -1981107 or 5096929. OLE color: 5096929.

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

Color convert

RGB 225 197 77 -
CMYK 0 0.12 0.66 0.12
HSL 48.65º 0.71% 0.59% -
HSV(B) 48.65º 0.66% 0.88% -
XYZ 52.36 56.48 15.16 -
YUV 191.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 225 197 77 0 0.12 0.66 0.12 48.65 0.71 0.59
Hex E1 C5 4D 0 C 42 C 31 47 3B
Octal 341 305 115 0 14 102 14 61 107 73
Binary 11100001 11000101 1001101 0 1100 1000010 1100 110001 1000111 111011

Color Harmonies of #E1C54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C54D

Black with #E1C54D

Text Example


Text Example

White with #E1C54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C54D; }

 p { color: rgb(225,197,77); }

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

background-color css

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

 a { background-color: rgb(225,197,77); }

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

border-color css

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

 span { border-color: rgb(225,197,77); }

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