Html Css Color HEX #E2CA42 Confetti

📋 copy color: '#E2CA42'

red 226 ◦ green 202 ◦ blue 66

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

Shades of Confetti #E2CA42

Tints of Confetti #E2CA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.36%

R = 45.75%
G = 40.89%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E2CA42 (or 0xE2CA42) is known color: Confetti. HEX triplet: E2, CA and 42. RGB value is (226,202,66). Sum of RGB (Red+Green+Blue) = 226+202+66=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA42 is #1D35BD. Grayscale: #C2C2C2. Windows color (decimal): -1914302 or 4377314. OLE color: 4377314.

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

Color convert

RGB 226 202 66 -
CMYK 0 0.11 0.71 0.11
HSL 51º 0.73% 0.57% -
HSV(B) 51º 0.71% 0.89% -
XYZ 53.47 58.8 13.69 -
YUV 193.67 55.95 151.06 -
System Red Green Blue C M Y K H S L
Decimal 226 202 66 0 0.11 0.71 0.11 51 0.73 0.57
Hex E2 CA 42 0 B 47 B 33 49 39
Octal 342 312 102 0 13 107 13 63 111 71
Binary 11100010 11001010 1000010 0 1011 1000111 1011 110011 1001001 111001

Color Harmonies of #E2CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA42

Black with #E2CA42

Text Example


Text Example

White with #E2CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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