Html Css Color HEX #EFA7A0 Sundown

📋 copy color: '#EFA7A0'

red 239 ◦ green 167 ◦ blue 160

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

Shades of Sundown #EFA7A0

Tints of Sundown #EFA7A0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.51%

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

R = 42.23%
G = 29.51%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFA7A0 (or 0xEFA7A0) is known color: Sundown. HEX triplet: EF, A7 and A0. RGB value is (239,167,160). Sum of RGB (Red+Green+Blue) = 239+167+160=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA7A0 is #10585F. Grayscale: #BBBBBB. Windows color (decimal): -1071200 or 10528751. OLE color: 10528751.

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

Color convert

RGB 239 167 160 -
CMYK 0 0.30 0.33 0.06
HSL 5.32º 0.71% 0.78% -
HSV(B) 5.32º 0.33% 0.94% -
XYZ 55.76 48.53 39.69 -
YUV 187.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 239 167 160 0 0.30 0.33 0.06 5.32 0.71 0.78
Hex EF A7 A0 0 1E 21 6 5 47 4E
Octal 357 247 240 0 36 41 6 5 107 116
Binary 11101111 10100111 10100000 0 11110 100001 110 101 1000111 1001110

Color Harmonies of #EFA7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7A0

Black with #EFA7A0

Text Example


Text Example

White with #EFA7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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