Html Css Color HEX #E6C2A4 Negroni

📋 copy color: '#E6C2A4'

red 230 ◦ green 194 ◦ blue 164

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

Shades of Negroni #E6C2A4

Tints of Negroni #E6C2A4

RGB

 RED value IS 230 (90.23% from 255) = 39.12%

 GREEN value IS 194 (76.17% from 255) = 32.99%

 BLUE value IS 164 (64.45% from 255) = 27.89%

R = 39.12%
G = 32.99%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E6C2A4 (or 0xE6C2A4) is known color: Negroni. HEX triplet: E6, C2 and A4. RGB value is (230,194,164). Sum of RGB (Red+Green+Blue) = 230+194+164=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C2A4 is #193D5B. Grayscale: #C9C9C9. Windows color (decimal): -1654108 or 10797798. OLE color: 10797798.

HSL color Cylindrical-coordinate representation of color #E6C2A4: hue angle of 27.27º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6C2A4 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 194 164 -
CMYK 0 0.16 0.29 0.10
HSL 27.27º 0.57% 0.77% -
HSV(B) 27.27º 0.29% 0.9% -
XYZ 58.63 58.09 43.24 -
YUV 201.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 230 194 164 0 0.16 0.29 0.10 27.27 0.57 0.77
Hex E6 C2 A4 0 10 1D A 1B 39 4D
Octal 346 302 244 0 20 35 12 33 71 115
Binary 11100110 11000010 10100100 0 10000 11101 1010 11011 111001 1001101

Color Harmonies of #E6C2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C2A4

Black with #E6C2A4

Text Example


Text Example

White with #E6C2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C2A4; }

 p { color: rgb(230,194,164); }

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

background-color css

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

 a { background-color: rgb(230,194,164); }

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

border-color css

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

 span { border-color: rgb(230,194,164); }

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