Html Css Color HEX #EFACAF Pale Chestnut

📋 copy color: '#EFACAF'

red 239 ◦ green 172 ◦ blue 175

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

Shades of Pale Chestnut #EFACAF

Tints of Pale Chestnut #EFACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.35%

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

R = 40.78%
G = 29.35%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFACAF (or 0xEFACAF) is known color: Pale Chestnut. HEX triplet: EF, AC and AF. RGB value is (239,172,175). Sum of RGB (Red+Green+Blue) = 239+172+175=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACAF is #105350. Grayscale: #C0C0C0. Windows color (decimal): -1069905 or 11513071. OLE color: 11513071.

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

Color convert

RGB 239 172 175 -
CMYK 0 0.28 0.27 0.06
HSL 357.31º 0.68% 0.81% -
HSV(B) 357.31º 0.28% 0.94% -
XYZ 58.09 50.95 47.33 -
YUV 192.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 239 172 175 0 0.28 0.27 0.06 357.31 0.68 0.81
Hex EF AC AF 0 1C 1B 6 165 44 51
Octal 357 254 257 0 34 33 6 545 104 121
Binary 11101111 10101100 10101111 0 11100 11011 110 101100101 1000100 1010001

Color Harmonies of #EFACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACAF

Black with #EFACAF

Text Example


Text Example

White with #EFACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACAF; }

 p { color: rgb(239,172,175); }

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

background-color css

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

 a { background-color: rgb(239,172,175); }

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

border-color css

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

 span { border-color: rgb(239,172,175); }

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