Html Css Color HEX #EFA1A0 Sundown

📋 copy color: '#EFA1A0'

red 239 ◦ green 161 ◦ blue 160

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

Shades of Sundown #EFA1A0

Tints of Sundown #EFA1A0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.75%

 BLUE value IS 160 (62.89% from 255) = 28.57%

R = 42.68%
G = 28.75%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFA1A0 (or 0xEFA1A0) is known color: Sundown. HEX triplet: EF, A1 and A0. RGB value is (239,161,160). Sum of RGB (Red+Green+Blue) = 239+161+160=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA1A0 is #105E5F. Grayscale: #B8B8B8. Windows color (decimal): -1072736 or 10527215. OLE color: 10527215.

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

Color convert

RGB 239 161 160 -
CMYK 0 0.33 0.33 0.06
HSL 0.76º 0.71% 0.78% -
HSV(B) 0.76º 0.33% 0.94% -
XYZ 54.69 46.38 39.33 -
YUV 184.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 239 161 160 0 0.33 0.33 0.06 0.76 0.71 0.78
Hex EF A1 A0 0 21 21 6 1 47 4E
Octal 357 241 240 0 41 41 6 1 107 116
Binary 11101111 10100001 10100000 0 100001 100001 110 1 1000111 1001110

Color Harmonies of #EFA1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1A0

Black with #EFA1A0

Text Example


Text Example

White with #EFA1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1A0; }

 p { color: rgb(239,161,160); }

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

background-color css

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

 a { background-color: rgb(239,161,160); }

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

border-color css

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

 span { border-color: rgb(239,161,160); }

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