Html Css Color HEX #EFA09F Sundown

📋 copy color: '#EFA09F'

red 239 ◦ green 160 ◦ blue 159

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

Shades of Sundown #EFA09F

Tints of Sundown #EFA09F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.67%

 BLUE value IS 159 (62.5% from 255) = 28.49%

R = 42.83%
G = 28.67%
B = 28.49%

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

#EFA09F (or 0xEFA09F) is known color: Sundown. HEX triplet: EF, A0 and 9F. RGB value is (239,160,159). Sum of RGB (Red+Green+Blue) = 239+160+159=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA09F is #105F60. Grayscale: #B7B7B7. Windows color (decimal): -1072993 or 10461423. OLE color: 10461423.

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

Color convert

RGB 239 160 159 -
CMYK 0 0.33 0.33 0.06
HSL 0.75º 0.71% 0.78% -
HSV(B) 0.75º 0.33% 0.94% -
XYZ 54.43 46 38.81 -
YUV 183.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 239 160 159 0 0.33 0.33 0.06 0.75 0.71 0.78
Hex EF A0 9F 0 21 21 6 1 47 4E
Octal 357 240 237 0 41 41 6 1 107 116
Binary 11101111 10100000 10011111 0 100001 100001 110 1 1000111 1001110

Color Harmonies of #EFA09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA09F

Black with #EFA09F

Text Example


Text Example

White with #EFA09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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