Html Css Color HEX #E2CA40 Confetti

📋 copy color: '#E2CA40'

red 226 ◦ green 202 ◦ blue 64

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

Shades of Confetti #E2CA40

Tints of Confetti #E2CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.06%

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

R = 45.93%
G = 41.06%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2CA40 (or 0xE2CA40) is known color: Confetti. HEX triplet: E2, CA and 40. RGB value is (226,202,64). Sum of RGB (Red+Green+Blue) = 226+202+64=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA40 is #1D35BF. Grayscale: #C2C2C2. Windows color (decimal): -1914304 or 4246242. OLE color: 4246242.

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

Color convert

RGB 226 202 64 -
CMYK 0 0.11 0.72 0.11
HSL 51.11º 0.74% 0.57% -
HSV(B) 51.11º 0.72% 0.89% -
XYZ 53.41 58.78 13.38 -
YUV 193.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 226 202 64 0 0.11 0.72 0.11 51.11 0.74 0.57
Hex E2 CA 40 0 B 48 B 33 4A 39
Octal 342 312 100 0 13 110 13 63 112 71
Binary 11100010 11001010 1000000 0 1011 1001000 1011 110011 1001010 111001

Color Harmonies of #E2CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA40

Black with #E2CA40

Text Example


Text Example

White with #E2CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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