Html Css Color HEX #E2C346 Confetti

📋 copy color: '#E2C346'

red 226 ◦ green 195 ◦ blue 70

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

Shades of Confetti #E2C346

Tints of Confetti #E2C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.71%

 BLUE value IS 70 (27.73% from 255) = 14.26%

R = 46.03%
G = 39.71%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E2C346 (or 0xE2C346) is known color: Confetti. HEX triplet: E2, C3 and 46. RGB value is (226,195,70). Sum of RGB (Red+Green+Blue) = 226+195+70=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C346 is #1D3CB9. Grayscale: #BEBEBE. Windows color (decimal): -1916090 or 4637666. OLE color: 4637666.

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

Color convert

RGB 226 195 70 -
CMYK 0 0.14 0.69 0.11
HSL 48.08º 0.73% 0.58% -
HSV(B) 48.08º 0.69% 0.89% -
XYZ 51.98 55.64 13.79 -
YUV 190.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 226 195 70 0 0.14 0.69 0.11 48.08 0.73 0.58
Hex E2 C3 46 0 E 45 B 30 49 3A
Octal 342 303 106 0 16 105 13 60 111 72
Binary 11100010 11000011 1000110 0 1110 1000101 1011 110000 1001001 111010

Color Harmonies of #E2C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C346

Black with #E2C346

Text Example


Text Example

White with #E2C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C346; }

 p { color: rgb(226,195,70); }

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

background-color css

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

 a { background-color: rgb(226,195,70); }

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

border-color css

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

 span { border-color: rgb(226,195,70); }

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