Html Css Color HEX #EFA5AF Illusion

📋 copy color: '#EFA5AF'

red 239 ◦ green 165 ◦ blue 175

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

Shades of Illusion #EFA5AF

Tints of Illusion #EFA5AF

RGB

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

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

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

R = 41.28%
G = 28.5%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFA5AF (or 0xEFA5AF) is known color: Illusion. HEX triplet: EF, A5 and AF. RGB value is (239,165,175). Sum of RGB (Red+Green+Blue) = 239+165+175=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA5AF is #105A50. Grayscale: #BCBCBC. Windows color (decimal): -1071697 or 11511279. OLE color: 11511279.

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

Color convert

RGB 239 165 175 -
CMYK 0 0.31 0.27 0.06
HSL 351.89º 0.7% 0.79% -
HSV(B) 351.89º 0.31% 0.94% -
XYZ 56.79 48.36 46.9 -
YUV 188.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 239 165 175 0 0.31 0.27 0.06 351.89 0.7 0.79
Hex EF A5 AF 0 1F 1B 6 160 46 4F
Octal 357 245 257 0 37 33 6 540 106 117
Binary 11101111 10100101 10101111 0 11111 11011 110 101100000 1000110 1001111

Color Harmonies of #EFA5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5AF

Black with #EFA5AF

Text Example


Text Example

White with #EFA5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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