Html Css Color HEX #EFA5AD Pale Chestnut

📋 copy color: '#EFA5AD'

red 239 ◦ green 165 ◦ blue 173

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

Shades of Pale Chestnut #EFA5AD

Tints of Pale Chestnut #EFA5AD

RGB

 RED value IS 239 (93.75% from 255) = 41.42%

 GREEN value IS 165 (64.84% from 255) = 28.6%

 BLUE value IS 173 (67.97% from 255) = 29.98%

R = 41.42%
G = 28.6%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFA5AD (or 0xEFA5AD) is known color: Pale Chestnut. HEX triplet: EF, A5 and AD. RGB value is (239,165,173). Sum of RGB (Red+Green+Blue) = 239+165+173=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA5AD is #105A52. Grayscale: #BCBCBC. Windows color (decimal): -1071699 or 11380207. OLE color: 11380207.

HSL color Cylindrical-coordinate representation of color #EFA5AD: hue angle of 353.51º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA5AD is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 165 173 -
CMYK 0 0.31 0.28 0.06
HSL 353.51º 0.7% 0.79% -
HSV(B) 353.51º 0.31% 0.94% -
XYZ 56.59 48.28 45.87 -
YUV 188.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 239 165 173 0 0.31 0.28 0.06 353.51 0.7 0.79
Hex EF A5 AD 0 1F 1C 6 162 46 4F
Octal 357 245 255 0 37 34 6 542 106 117
Binary 11101111 10100101 10101101 0 11111 11100 110 101100010 1000110 1001111

Color Harmonies of #EFA5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5AD

Black with #EFA5AD

Text Example


Text Example

White with #EFA5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5AD; }

 p { color: rgb(239,165,173); }

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

background-color css

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

 a { background-color: rgb(239,165,173); }

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

border-color css

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

 span { border-color: rgb(239,165,173); }

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