Html Css Color HEX #E1C248 Confetti

📋 copy color: '#E1C248'

red 225 ◦ green 194 ◦ blue 72

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

Shades of Confetti #E1C248

Tints of Confetti #E1C248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.51%

 BLUE value IS 72 (28.52% from 255) = 14.66%

R = 45.82%
G = 39.51%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1C248 (or 0xE1C248) is known color: Confetti. HEX triplet: E1, C2 and 48. RGB value is (225,194,72). Sum of RGB (Red+Green+Blue) = 225+194+72=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C248 is #1E3DB7. Grayscale: #BDBDBD. Windows color (decimal): -1981880 or 4768481. OLE color: 4768481.

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

Color convert

RGB 225 194 72 -
CMYK 0 0.14 0.68 0.12
HSL 47.84º 0.72% 0.58% -
HSV(B) 47.84º 0.68% 0.88% -
XYZ 51.51 55.06 14.04 -
YUV 189.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 225 194 72 0 0.14 0.68 0.12 47.84 0.72 0.58
Hex E1 C2 48 0 E 44 C 30 48 3A
Octal 341 302 110 0 16 104 14 60 110 72
Binary 11100001 11000010 1001000 0 1110 1000100 1100 110000 1001000 111010

Color Harmonies of #E1C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C248

Black with #E1C248

Text Example


Text Example

White with #E1C248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C248; }

 p { color: rgb(225,194,72); }

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

background-color css

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

 a { background-color: rgb(225,194,72); }

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

border-color css

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

 span { border-color: rgb(225,194,72); }

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