Html Css Color HEX #EFA2A1 Sundown

📋 copy color: '#EFA2A1'

red 239 ◦ green 162 ◦ blue 161

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

Shades of Sundown #EFA2A1

Tints of Sundown #EFA2A1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.83%

 BLUE value IS 161 (63.28% from 255) = 28.65%

R = 42.53%
G = 28.83%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFA2A1 (or 0xEFA2A1) is known color: Sundown. HEX triplet: EF, A2 and A1. RGB value is (239,162,161). Sum of RGB (Red+Green+Blue) = 239+162+161=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2A1 is #105D5E. Grayscale: #B8B8B8. Windows color (decimal): -1072479 or 10593007. OLE color: 10593007.

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

Color convert

RGB 239 162 161 -
CMYK 0 0.32 0.33 0.06
HSL 0.77º 0.71% 0.78% -
HSV(B) 0.77º 0.33% 0.94% -
XYZ 54.95 46.76 39.85 -
YUV 184.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 239 162 161 0 0.32 0.33 0.06 0.77 0.71 0.78
Hex EF A2 A1 0 20 21 6 1 47 4E
Octal 357 242 241 0 40 41 6 1 107 116
Binary 11101111 10100010 10100001 0 100000 100001 110 1 1000111 1001110

Color Harmonies of #EFA2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2A1

Black with #EFA2A1

Text Example


Text Example

White with #EFA2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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