Html Css Color HEX #EBC6A6 Negroni

📋 copy color: '#EBC6A6'

red 235 ◦ green 198 ◦ blue 166

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

Shades of Negroni #EBC6A6

Tints of Negroni #EBC6A6

RGB

 RED value IS 235 (92.19% from 255) = 39.23%

 GREEN value IS 198 (77.73% from 255) = 33.06%

 BLUE value IS 166 (65.23% from 255) = 27.71%

R = 39.23%
G = 33.06%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBC6A6 (or 0xEBC6A6) is known color: Negroni. HEX triplet: EB, C6 and A6. RGB value is (235,198,166). Sum of RGB (Red+Green+Blue) = 235+198+166=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC6A6 is #143959. Grayscale: #CDCDCD. Windows color (decimal): -1325402 or 10929899. OLE color: 10929899.

HSL color Cylindrical-coordinate representation of color #EBC6A6: hue angle of 27.83º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBC6A6 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 198 166 -
CMYK 0 0.16 0.29 0.08
HSL 27.83º 0.63% 0.79% -
HSV(B) 27.83º 0.29% 0.92% -
XYZ 61.34 60.8 44.58 -
YUV 205.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 235 198 166 0 0.16 0.29 0.08 27.83 0.63 0.79
Hex EB C6 A6 0 10 1D 8 1C 3F 4F
Octal 353 306 246 0 20 35 10 34 77 117
Binary 11101011 11000110 10100110 0 10000 11101 1000 11100 111111 1001111

Color Harmonies of #EBC6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6A6

Black with #EBC6A6

Text Example


Text Example

White with #EBC6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6A6; }

 p { color: rgb(235,198,166); }

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

background-color css

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

 a { background-color: rgb(235,198,166); }

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

border-color css

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

 span { border-color: rgb(235,198,166); }

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