Html Css Color HEX #EFAEAF Pale Chestnut

📋 copy color: '#EFAEAF'

red 239 ◦ green 174 ◦ blue 175

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

Shades of Pale Chestnut #EFAEAF

Tints of Pale Chestnut #EFAEAF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.59%

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

R = 40.65%
G = 29.59%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFAEAF (or 0xEFAEAF) is known color: Pale Chestnut. HEX triplet: EF, AE and AF. RGB value is (239,174,175). Sum of RGB (Red+Green+Blue) = 239+174+175=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEAF is #105150. Grayscale: #C1C1C1. Windows color (decimal): -1069393 or 11513583. OLE color: 11513583.

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

Color convert

RGB 239 174 175 -
CMYK 0 0.27 0.27 0.06
HSL 359.08º 0.67% 0.81% -
HSV(B) 359.08º 0.27% 0.94% -
XYZ 58.47 51.72 47.46 -
YUV 193.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 239 174 175 0 0.27 0.27 0.06 359.08 0.67 0.81
Hex EF AE AF 0 1B 1B 6 167 43 51
Octal 357 256 257 0 33 33 6 547 103 121
Binary 11101111 10101110 10101111 0 11011 11011 110 101100111 1000011 1010001

Color Harmonies of #EFAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEAF

Black with #EFAEAF

Text Example


Text Example

White with #EFAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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