Html Css Color HEX #E1CC50 Confetti

📋 copy color: '#E1CC50'

red 225 ◦ green 204 ◦ blue 80

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

Shades of Confetti #E1CC50

Tints of Confetti #E1CC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

 BLUE value IS 80 (31.64% from 255) = 15.72%

R = 44.2%
G = 40.08%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1CC50 (or 0xE1CC50) is known color: Confetti. HEX triplet: E1, CC and 50. RGB value is (225,204,80). Sum of RGB (Red+Green+Blue) = 225+204+80=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC50 is #1E33AF. Grayscale: #C4C4C4. Windows color (decimal): -1979312 or 5295329. OLE color: 5295329.

HSL color Cylindrical-coordinate representation of color #E1CC50: hue angle of 51.31º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1CC50 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 204 80 -
CMYK 0 0.09 0.64 0.12
HSL 51.31º 0.71% 0.6% -
HSV(B) 51.31º 0.64% 0.88% -
XYZ 54.09 59.77 16.28 -
YUV 196.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 225 204 80 0 0.09 0.64 0.12 51.31 0.71 0.6
Hex E1 CC 50 0 9 40 C 33 47 3C
Octal 341 314 120 0 11 100 14 63 107 74
Binary 11100001 11001100 1010000 0 1001 1000000 1100 110011 1000111 111100

Color Harmonies of #E1CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CC50

Black with #E1CC50

Text Example


Text Example

White with #E1CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CC50; }

 p { color: rgb(225,204,80); }

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

background-color css

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

 a { background-color: rgb(225,204,80); }

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

border-color css

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

 span { border-color: rgb(225,204,80); }

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