Html Css Color HEX #E1C740 Confetti

📋 copy color: '#E1C740'

red 225 ◦ green 199 ◦ blue 64

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

Shades of Confetti #E1C740

Tints of Confetti #E1C740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.78%

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

R = 46.11%
G = 40.78%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1C740 (or 0xE1C740) is known color: Confetti. HEX triplet: E1, C7 and 40. RGB value is (225,199,64). Sum of RGB (Red+Green+Blue) = 225+199+64=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C740 is #1E38BF. Grayscale: #BFBFBF. Windows color (decimal): -1980608 or 4245473. OLE color: 4245473.

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

Color convert

RGB 225 199 64 -
CMYK 0 0.12 0.72 0.12
HSL 50.31º 0.73% 0.57% -
HSV(B) 50.31º 0.72% 0.88% -
XYZ 52.4 57.22 13.13 -
YUV 191.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 225 199 64 0 0.12 0.72 0.12 50.31 0.73 0.57
Hex E1 C7 40 0 C 48 C 32 49 39
Octal 341 307 100 0 14 110 14 62 111 71
Binary 11100001 11000111 1000000 0 1100 1001000 1100 110010 1001001 111001

Color Harmonies of #E1C740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C740

Black with #E1C740

Text Example


Text Example

White with #E1C740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C740; }

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

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

background-color css

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

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

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

border-color css

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

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

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