Html Css Color HEX #E2C740 Confetti

📋 copy color: '#E2C740'

red 226 ◦ green 199 ◦ blue 64

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

Shades of Confetti #E2C740

Tints of Confetti #E2C740

RGB

 RED value IS 226 (88.67% from 255) = 46.22%

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

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

R = 46.22%
G = 40.7%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2C740 (or 0xE2C740) is known color: Confetti. HEX triplet: E2, C7 and 40. RGB value is (226,199,64). Sum of RGB (Red+Green+Blue) = 226+199+64=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C740 is #1D38BF. Grayscale: #C0C0C0. Windows color (decimal): -1915072 or 4245474. OLE color: 4245474.

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

Color convert

RGB 226 199 64 -
CMYK 0 0.12 0.72 0.11
HSL 50º 0.74% 0.57% -
HSV(B) 50º 0.72% 0.89% -
XYZ 52.71 57.39 13.15 -
YUV 191.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 226 199 64 0 0.12 0.72 0.11 50 0.74 0.57
Hex E2 C7 40 0 C 48 B 32 4A 39
Octal 342 307 100 0 14 110 13 62 112 71
Binary 11100010 11000111 1000000 0 1100 1001000 1011 110010 1001010 111001

Color Harmonies of #E2C740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C740

Black with #E2C740

Text Example


Text Example

White with #E2C740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C740; }

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

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

background-color css

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

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

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

border-color css

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

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

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