Html Css Color HEX #E1CA42 Confetti

📋 copy color: '#E1CA42'

red 225 ◦ green 202 ◦ blue 66

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

Shades of Confetti #E1CA42

Tints of Confetti #E1CA42

RGB

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

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

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

R = 45.64%
G = 40.97%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E1CA42 (or 0xE1CA42) is known color: Confetti. HEX triplet: E1, CA and 42. RGB value is (225,202,66). Sum of RGB (Red+Green+Blue) = 225+202+66=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CA42 is #1E35BD. Grayscale: #C1C1C1. Windows color (decimal): -1979838 or 4377313. OLE color: 4377313.

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

Color convert

RGB 225 202 66 -
CMYK 0 0.10 0.71 0.12
HSL 51.32º 0.73% 0.57% -
HSV(B) 51.32º 0.71% 0.88% -
XYZ 53.16 58.64 13.67 -
YUV 193.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 225 202 66 0 0.10 0.71 0.12 51.32 0.73 0.57
Hex E1 CA 42 0 A 47 C 33 49 39
Octal 341 312 102 0 12 107 14 63 111 71
Binary 11100001 11001010 1000010 0 1010 1000111 1100 110011 1001001 111001

Color Harmonies of #E1CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA42

Black with #E1CA42

Text Example


Text Example

White with #E1CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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