Html Css Color HEX #E1C440 Confetti

📋 copy color: '#E1C440'

red 225 ◦ green 196 ◦ blue 64

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

Shades of Confetti #E1C440

Tints of Confetti #E1C440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.41%

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

R = 46.39%
G = 40.41%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1C440 (or 0xE1C440) is known color: Confetti. HEX triplet: E1, C4 and 40. RGB value is (225,196,64). Sum of RGB (Red+Green+Blue) = 225+196+64=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C440 is #1E3BBF. Grayscale: #BEBEBE. Windows color (decimal): -1981376 or 4244705. OLE color: 4244705.

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

Color convert

RGB 225 196 64 -
CMYK 0 0.13 0.72 0.12
HSL 49.19º 0.73% 0.57% -
HSV(B) 49.19º 0.72% 0.88% -
XYZ 51.72 55.86 12.91 -
YUV 189.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 225 196 64 0 0.13 0.72 0.12 49.19 0.73 0.57
Hex E1 C4 40 0 D 48 C 31 49 39
Octal 341 304 100 0 15 110 14 61 111 71
Binary 11100001 11000100 1000000 0 1101 1001000 1100 110001 1001001 111001

Color Harmonies of #E1C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C440

Black with #E1C440

Text Example


Text Example

White with #E1C440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C440; }

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

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

background-color css

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

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

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

border-color css

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

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

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