Html Css Color HEX #E1CC40 Confetti

📋 copy color: '#E1CC40'

red 225 ◦ green 204 ◦ blue 64

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

Shades of Confetti #E1CC40

Tints of Confetti #E1CC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.98%

R = 45.64%
G = 41.38%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1CC40 (or 0xE1CC40) is known color: Confetti. HEX triplet: E1, CC and 40. RGB value is (225,204,64). Sum of RGB (Red+Green+Blue) = 225+204+64=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CC40 is #1E33BF. Grayscale: #C2C2C2. Windows color (decimal): -1979328 or 4246753. OLE color: 4246753.

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

Color convert

RGB 225 204 64 -
CMYK 0 0.09 0.72 0.12
HSL 52.17º 0.73% 0.57% -
HSV(B) 52.17º 0.72% 0.88% -
XYZ 53.57 59.56 13.52 -
YUV 194.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 225 204 64 0 0.09 0.72 0.12 52.17 0.73 0.57
Hex E1 CC 40 0 9 48 C 34 49 39
Octal 341 314 100 0 11 110 14 64 111 71
Binary 11100001 11001100 1000000 0 1001 1001000 1100 110100 1001001 111001

Color Harmonies of #E1CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CC40

Black with #E1CC40

Text Example


Text Example

White with #E1CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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