Html Css Color HEX #EBC7A7 Negroni

📋 copy color: '#EBC7A7'

red 235 ◦ green 199 ◦ blue 167

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

Shades of Negroni #EBC7A7

Tints of Negroni #EBC7A7

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.11%

 BLUE value IS 167 (65.63% from 255) = 27.79%

R = 39.1%
G = 33.11%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBC7A7 (or 0xEBC7A7) is known color: Negroni. HEX triplet: EB, C7 and A7. RGB value is (235,199,167). Sum of RGB (Red+Green+Blue) = 235+199+167=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7A7 is #143858. Grayscale: #CECECE. Windows color (decimal): -1325145 or 10995691. OLE color: 10995691.

HSL color Cylindrical-coordinate representation of color #EBC7A7: hue angle of 28.24º 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 #EBC7A7 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 167 -
CMYK 0 0.15 0.29 0.08
HSL 28.24º 0.63% 0.79% -
HSV(B) 28.24º 0.29% 0.92% -
XYZ 61.66 61.3 45.14 -
YUV 206.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 235 199 167 0 0.15 0.29 0.08 28.24 0.63 0.79
Hex EB C7 A7 0 F 1D 8 1C 3F 4F
Octal 353 307 247 0 17 35 10 34 77 117
Binary 11101011 11000111 10100111 0 1111 11101 1000 11100 111111 1001111

Color Harmonies of #EBC7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7A7

Black with #EBC7A7

Text Example


Text Example

White with #EBC7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7A7; }

 p { color: rgb(235,199,167); }

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

background-color css

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

 a { background-color: rgb(235,199,167); }

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

border-color css

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

 span { border-color: rgb(235,199,167); }

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