Html Css Color HEX #E2CA47 Confetti

📋 copy color: '#E2CA47'

red 226 ◦ green 202 ◦ blue 71

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

Shades of Confetti #E2CA47

Tints of Confetti #E2CA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.23%

R = 45.29%
G = 40.48%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E2CA47 (or 0xE2CA47) is known color: Confetti. HEX triplet: E2, CA and 47. RGB value is (226,202,71). Sum of RGB (Red+Green+Blue) = 226+202+71=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA47 is #1D35B8. Grayscale: #C2C2C2. Windows color (decimal): -1914297 or 4704994. OLE color: 4704994.

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

Color convert

RGB 226 202 71 -
CMYK 0 0.11 0.69 0.11
HSL 50.71º 0.73% 0.58% -
HSV(B) 50.71º 0.69% 0.89% -
XYZ 53.62 58.86 14.5 -
YUV 194.24 58.45 150.65 -
System Red Green Blue C M Y K H S L
Decimal 226 202 71 0 0.11 0.69 0.11 50.71 0.73 0.58
Hex E2 CA 47 0 B 45 B 33 49 3A
Octal 342 312 107 0 13 105 13 63 111 72
Binary 11100010 11001010 1000111 0 1011 1000101 1011 110011 1001001 111010

Color Harmonies of #E2CA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA47

Black with #E2CA47

Text Example


Text Example

White with #E2CA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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