Html Css Color HEX #EFACAE Pale Chestnut

📋 copy color: '#EFACAE'

red 239 ◦ green 172 ◦ blue 174

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

Shades of Pale Chestnut #EFACAE

Tints of Pale Chestnut #EFACAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.74%

R = 40.85%
G = 29.4%
B = 29.74%

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

#EFACAE (or 0xEFACAE) is known color: Pale Chestnut. HEX triplet: EF, AC and AE. RGB value is (239,172,174). Sum of RGB (Red+Green+Blue) = 239+172+174=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACAE is #105351. Grayscale: #C0C0C0. Windows color (decimal): -1069906 or 11447535. OLE color: 11447535.

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

Color convert

RGB 239 172 174 -
CMYK 0 0.28 0.27 0.06
HSL 358.21º 0.68% 0.81% -
HSV(B) 358.21º 0.28% 0.94% -
XYZ 57.99 50.91 46.81 -
YUV 192.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 239 172 174 0 0.28 0.27 0.06 358.21 0.68 0.81
Hex EF AC AE 0 1C 1B 6 166 44 51
Octal 357 254 256 0 34 33 6 546 104 121
Binary 11101111 10101100 10101110 0 11100 11011 110 101100110 1000100 1010001

Color Harmonies of #EFACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACAE

Black with #EFACAE

Text Example


Text Example

White with #EFACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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