Html Css Color HEX #E1C241 Confetti

📋 copy color: '#E1C241'

red 225 ◦ green 194 ◦ blue 65

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

Shades of Confetti #E1C241

Tints of Confetti #E1C241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.08%

 BLUE value IS 65 (25.78% from 255) = 13.43%

R = 46.49%
G = 40.08%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E1C241 (or 0xE1C241) is known color: Confetti. HEX triplet: E1, C2 and 41. RGB value is (225,194,65). Sum of RGB (Red+Green+Blue) = 225+194+65=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C241 is #1E3DBE. Grayscale: #BDBDBD. Windows color (decimal): -1981887 or 4309729. OLE color: 4309729.

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

Color convert

RGB 225 194 65 -
CMYK 0 0.14 0.71 0.12
HSL 48.38º 0.73% 0.57% -
HSV(B) 48.38º 0.71% 0.88% -
XYZ 51.3 54.97 12.91 -
YUV 188.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 225 194 65 0 0.14 0.71 0.12 48.38 0.73 0.57
Hex E1 C2 41 0 E 47 C 30 49 39
Octal 341 302 101 0 16 107 14 60 111 71
Binary 11100001 11000010 1000001 0 1110 1000111 1100 110000 1001001 111001

Color Harmonies of #E1C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C241

Black with #E1C241

Text Example


Text Example

White with #E1C241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C241; }

 p { color: rgb(225,194,65); }

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

background-color css

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

 a { background-color: rgb(225,194,65); }

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

border-color css

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

 span { border-color: rgb(225,194,65); }

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