Html Css Color HEX #EBC7A8 Negroni

📋 copy color: '#EBC7A8'

red 235 ◦ green 199 ◦ blue 168

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

Shades of Negroni #EBC7A8

Tints of Negroni #EBC7A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.91%

R = 39.04%
G = 33.06%
B = 27.91%

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

#EBC7A8 (or 0xEBC7A8) is known color: Negroni. HEX triplet: EB, C7 and A8. RGB value is (235,199,168). Sum of RGB (Red+Green+Blue) = 235+199+168=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7A8 is #143857. Grayscale: #CECECE. Windows color (decimal): -1325144 or 11061227. OLE color: 11061227.

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

Color convert

RGB 235 199 168 -
CMYK 0 0.15 0.29 0.08
HSL 27.76º 0.63% 0.79% -
HSV(B) 27.76º 0.29% 0.92% -
XYZ 61.75 61.34 45.63 -
YUV 206.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 235 199 168 0 0.15 0.29 0.08 27.76 0.63 0.79
Hex EB C7 A8 0 F 1D 8 1C 3F 4F
Octal 353 307 250 0 17 35 10 34 77 117
Binary 11101011 11000111 10101000 0 1111 11101 1000 11100 111111 1001111

Color Harmonies of #EBC7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7A8

Black with #EBC7A8

Text Example


Text Example

White with #EBC7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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