Html Css Color HEX #E1C940 Confetti

📋 copy color: '#E1C940'

red 225 ◦ green 201 ◦ blue 64

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

Shades of Confetti #E1C940

Tints of Confetti #E1C940

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

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

R = 45.92%
G = 41.02%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1C940 (or 0xE1C940) is known color: Confetti. HEX triplet: E1, C9 and 40. RGB value is (225,201,64). Sum of RGB (Red+Green+Blue) = 225+201+64=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C940 is #1E36BF. Grayscale: #C1C1C1. Windows color (decimal): -1980096 or 4245985. OLE color: 4245985.

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

Color convert

RGB 225 201 64 -
CMYK 0 0.11 0.72 0.12
HSL 51.06º 0.73% 0.57% -
HSV(B) 51.06º 0.72% 0.88% -
XYZ 52.86 58.15 13.29 -
YUV 192.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 225 201 64 0 0.11 0.72 0.12 51.06 0.73 0.57
Hex E1 C9 40 0 B 48 C 33 49 39
Octal 341 311 100 0 13 110 14 63 111 71
Binary 11100001 11001001 1000000 0 1011 1001000 1100 110011 1001001 111001

Color Harmonies of #E1C940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C940

Black with #E1C940

Text Example


Text Example

White with #E1C940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C940; }

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

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

background-color css

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

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

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

border-color css

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

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

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