#EFA5A5

Color #EFA5A5 Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #EFA5A5

Tints of Sundown #EFA5A5

Color information

#EFA5A5 (or 0xEFA5A5) is unknown color: approx Sundown. HEX triplet: EF, A5 and A5. RGB value is (239,165,165). Sum of RGB (Red+Green+Blue) = 239+165+165=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA5A5 is #105A5A. Grayscale: #BBBBBB. Windows color (decimal): -1071707 or 10855919. OLE color: 10855919.

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

Color convert

RGB239165165-
CMYK00.310.310.06
HSL69.81%79.22%-
HSV(B)30.96%93.73%-
XYZ55.8447.9841.91-
YUV187.13115.52165-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 165 (64.84% from 255) = 29.00%
R=42.00%
G=29.00%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916516500.310.310.06069.8179.22
HexEFA5A501F1F60464f
Octal3572452450373760106117
Binary11101111101001011010010101111111111110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5A5; }

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

 H1.HeaderClassName
 {
   color: #EFA5A5;
 }
 .AnyTagClassName
 {
   color: #EFA5A5;
 }
</style>
background-color css

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

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

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

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

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

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