Html Css Color HEX #E2C846 Confetti

📋 copy color: '#E2C846'

red 226 ◦ green 200 ◦ blue 70

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

Shades of Confetti #E2C846

Tints of Confetti #E2C846

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.32%

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

R = 45.56%
G = 40.32%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E2C846 (or 0xE2C846) is known color: Confetti. HEX triplet: E2, C8 and 46. RGB value is (226,200,70). Sum of RGB (Red+Green+Blue) = 226+200+70=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C846 is #1D37B9. Grayscale: #C1C1C1. Windows color (decimal): -1914810 or 4638946. OLE color: 4638946.

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

Color convert

RGB 226 200 70 -
CMYK 0 0.12 0.69 0.11
HSL 50º 0.73% 0.58% -
HSV(B) 50º 0.69% 0.89% -
XYZ 53.12 57.92 14.17 -
YUV 192.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 226 200 70 0 0.12 0.69 0.11 50 0.73 0.58
Hex E2 C8 46 0 C 45 B 32 49 3A
Octal 342 310 106 0 14 105 13 62 111 72
Binary 11100010 11001000 1000110 0 1100 1000101 1011 110010 1001001 111010

Color Harmonies of #E2C846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C846

Black with #E2C846

Text Example


Text Example

White with #E2C846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C846; }

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

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

background-color css

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

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

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

border-color css

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

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

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