Html Css Color HEX #EBC7A4 Negroni

📋 copy color: '#EBC7A4'

red 235 ◦ green 199 ◦ blue 164

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

Shades of Negroni #EBC7A4

Tints of Negroni #EBC7A4

RGB

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

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

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

R = 39.3%
G = 33.28%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBC7A4 (or 0xEBC7A4) is known color: Negroni. HEX triplet: EB, C7 and A4. RGB value is (235,199,164). Sum of RGB (Red+Green+Blue) = 235+199+164=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7A4 is #14385B. Grayscale: #CDCDCD. Windows color (decimal): -1325148 or 10799083. OLE color: 10799083.

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

Color convert

RGB 235 199 164 -
CMYK 0 0.15 0.30 0.08
HSL 29.58º 0.64% 0.78% -
HSV(B) 29.58º 0.3% 0.92% -
XYZ 61.39 61.19 43.7 -
YUV 205.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 235 199 164 0 0.15 0.30 0.08 29.58 0.64 0.78
Hex EB C7 A4 0 F 1E 8 1E 40 4E
Octal 353 307 244 0 17 36 10 36 100 116
Binary 11101011 11000111 10100100 0 1111 11110 1000 11110 1000000 1001110

Color Harmonies of #EBC7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7A4

Black with #EBC7A4

Text Example


Text Example

White with #EBC7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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