Html Css Color HEX #EBC7A2 Negroni

📋 copy color: '#EBC7A2'

red 235 ◦ green 199 ◦ blue 162

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

Shades of Negroni #EBC7A2

Tints of Negroni #EBC7A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.18%

R = 39.43%
G = 33.39%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBC7A2 (or 0xEBC7A2) is known color: Negroni. HEX triplet: EB, C7 and A2. RGB value is (235,199,162). Sum of RGB (Red+Green+Blue) = 235+199+162=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7A2 is #14385D. Grayscale: #CDCDCD. Windows color (decimal): -1325150 or 10668011. OLE color: 10668011.

HSL color Cylindrical-coordinate representation of color #EBC7A2: hue angle of 30.41º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBC7A2 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 162 -
CMYK 0 0.15 0.31 0.08
HSL 30.41º 0.65% 0.78% -
HSV(B) 30.41º 0.31% 0.92% -
XYZ 61.21 61.12 42.75 -
YUV 205.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 235 199 162 0 0.15 0.31 0.08 30.41 0.65 0.78
Hex EB C7 A2 0 F 1F 8 1E 41 4E
Octal 353 307 242 0 17 37 10 36 101 116
Binary 11101011 11000111 10100010 0 1111 11111 1000 11110 1000001 1001110

Color Harmonies of #EBC7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7A2

Black with #EBC7A2

Text Example


Text Example

White with #EBC7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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