Html Css Color HEX #EBC4A4 Negroni

📋 copy color: '#EBC4A4'

red 235 ◦ green 196 ◦ blue 164

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

Shades of Negroni #EBC4A4

Tints of Negroni #EBC4A4

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.94%

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

R = 39.5%
G = 32.94%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBC4A4 (or 0xEBC4A4) is known color: Negroni. HEX triplet: EB, C4 and A4. RGB value is (235,196,164). Sum of RGB (Red+Green+Blue) = 235+196+164=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4A4 is #143B5B. Grayscale: #CCCCCC. Windows color (decimal): -1325916 or 10798315. OLE color: 10798315.

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

Color convert

RGB 235 196 164 -
CMYK 0 0.17 0.30 0.08
HSL 27.04º 0.64% 0.78% -
HSV(B) 27.04º 0.3% 0.92% -
XYZ 60.7 59.82 43.47 -
YUV 204.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 235 196 164 0 0.17 0.30 0.08 27.04 0.64 0.78
Hex EB C4 A4 0 11 1E 8 1B 40 4E
Octal 353 304 244 0 21 36 10 33 100 116
Binary 11101011 11000100 10100100 0 10001 11110 1000 11011 1000000 1001110

Color Harmonies of #EBC4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4A4

Black with #EBC4A4

Text Example


Text Example

White with #EBC4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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