Html Css Color HEX #EBA6AF Pale Chestnut

📋 copy color: '#EBA6AF'

red 235 ◦ green 166 ◦ blue 175

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

Shades of Pale Chestnut #EBA6AF

Tints of Pale Chestnut #EBA6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.82%

 BLUE value IS 175 (68.75% from 255) = 30.38%

R = 40.8%
G = 28.82%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBA6AF (or 0xEBA6AF) is known color: Pale Chestnut. HEX triplet: EB, A6 and AF. RGB value is (235,166,175). Sum of RGB (Red+Green+Blue) = 235+166+175=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6AF is #145950. Grayscale: #BBBBBB. Windows color (decimal): -1333585 or 11511531. OLE color: 11511531.

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

Color convert

RGB 235 166 175 -
CMYK 0 0.29 0.26 0.08
HSL 352.17º 0.63% 0.79% -
HSV(B) 352.17º 0.29% 0.92% -
XYZ 55.64 48.03 46.9 -
YUV 187.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 235 166 175 0 0.29 0.26 0.08 352.17 0.63 0.79
Hex EB A6 AF 0 1D 1A 8 160 3F 4F
Octal 353 246 257 0 35 32 10 540 77 117
Binary 11101011 10100110 10101111 0 11101 11010 1000 101100000 111111 1001111

Color Harmonies of #EBA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6AF

Black with #EBA6AF

Text Example


Text Example

White with #EBA6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6AF; }

 p { color: rgb(235,166,175); }

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

background-color css

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

 a { background-color: rgb(235,166,175); }

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

border-color css

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

 span { border-color: rgb(235,166,175); }

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