Html Css Color HEX #EBA8AF Pale Chestnut

📋 copy color: '#EBA8AF'

red 235 ◦ green 168 ◦ blue 175

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

Shades of Pale Chestnut #EBA8AF

Tints of Pale Chestnut #EBA8AF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.07%

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

R = 40.66%
G = 29.07%
B = 30.28%

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

#EBA8AF (or 0xEBA8AF) is known color: Pale Chestnut. HEX triplet: EB, A8 and AF. RGB value is (235,168,175). Sum of RGB (Red+Green+Blue) = 235+168+175=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA8AF is #145750. Grayscale: #BCBCBC. Windows color (decimal): -1333073 or 11512043. OLE color: 11512043.

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

Color convert

RGB 235 168 175 -
CMYK 0 0.29 0.26 0.08
HSL 353.73º 0.63% 0.79% -
HSV(B) 353.73º 0.29% 0.92% -
XYZ 56 48.76 47.02 -
YUV 188.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 235 168 175 0 0.29 0.26 0.08 353.73 0.63 0.79
Hex EB A8 AF 0 1D 1A 8 162 3F 4F
Octal 353 250 257 0 35 32 10 542 77 117
Binary 11101011 10101000 10101111 0 11101 11010 1000 101100010 111111 1001111

Color Harmonies of #EBA8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8AF

Black with #EBA8AF

Text Example


Text Example

White with #EBA8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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