Html Css Color HEX #E1CF49 Confetti

📋 copy color: '#E1CF49'

red 225 ◦ green 207 ◦ blue 73

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

Shades of Confetti #E1CF49

Tints of Confetti #E1CF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.99%

 BLUE value IS 73 (28.91% from 255) = 14.46%

R = 44.55%
G = 40.99%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1CF49 (or 0xE1CF49) is known color: Confetti. HEX triplet: E1, CF and 49. RGB value is (225,207,73). Sum of RGB (Red+Green+Blue) = 225+207+73=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CF49 is #1E30B6. Grayscale: #C5C5C5. Windows color (decimal): -1978551 or 4837345. OLE color: 4837345.

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

Color convert

RGB 225 207 73 -
CMYK 0 0.08 0.68 0.12
HSL 52.89º 0.72% 0.58% -
HSV(B) 52.89º 0.68% 0.88% -
XYZ 54.57 61.11 15.22 -
YUV 197.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 225 207 73 0 0.08 0.68 0.12 52.89 0.72 0.58
Hex E1 CF 49 0 8 44 C 35 48 3A
Octal 341 317 111 0 10 104 14 65 110 72
Binary 11100001 11001111 1001001 0 1000 1000100 1100 110101 1001000 111010

Color Harmonies of #E1CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF49

Black with #E1CF49

Text Example


Text Example

White with #E1CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF49; }

 p { color: rgb(225,207,73); }

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

background-color css

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

 a { background-color: rgb(225,207,73); }

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

border-color css

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

 span { border-color: rgb(225,207,73); }

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