Html Css Color HEX #EFA5A8 Pale Chestnut

📋 copy color: '#EFA5A8'

red 239 ◦ green 165 ◦ blue 168

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

Shades of Pale Chestnut #EFA5A8

Tints of Pale Chestnut #EFA5A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.37%

R = 41.78%
G = 28.85%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFA5A8 (or 0xEFA5A8) is known color: Pale Chestnut. HEX triplet: EF, A5 and A8. RGB value is (239,165,168). Sum of RGB (Red+Green+Blue) = 239+165+168=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA5A8 is #105A57. Grayscale: #BBBBBB. Windows color (decimal): -1071704 or 11052527. OLE color: 11052527.

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

Color convert

RGB 239 165 168 -
CMYK 0 0.31 0.30 0.06
HSL 357.57º 0.7% 0.79% -
HSV(B) 357.57º 0.31% 0.94% -
XYZ 56.12 48.09 43.37 -
YUV 187.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 239 165 168 0 0.31 0.30 0.06 357.57 0.7 0.79
Hex EF A5 A8 0 1F 1E 6 166 46 4F
Octal 357 245 250 0 37 36 6 546 106 117
Binary 11101111 10100101 10101000 0 11111 11110 110 101100110 1000110 1001111

Color Harmonies of #EFA5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5A8

Black with #EFA5A8

Text Example


Text Example

White with #EFA5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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