Html Css Color HEX #EF9F9E Sundown

📋 copy color: '#EF9F9E'

red 239 ◦ green 159 ◦ blue 158

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

Shades of Sundown #EF9F9E

Tints of Sundown #EF9F9E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.6%

 BLUE value IS 158 (62.11% from 255) = 28.42%

R = 42.99%
G = 28.6%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF9F9E (or 0xEF9F9E) is known color: Sundown. HEX triplet: EF, 9F and 9E. RGB value is (239,159,158). Sum of RGB (Red+Green+Blue) = 239+159+158=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F9E is #106061. Grayscale: #B6B6B6. Windows color (decimal): -1073250 or 10395631. OLE color: 10395631.

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

Color convert

RGB 239 159 158 -
CMYK 0 0.33 0.34 0.06
HSL 0.74º 0.72% 0.78% -
HSV(B) 0.74º 0.34% 0.94% -
XYZ 54.17 45.62 38.3 -
YUV 182.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 239 159 158 0 0.33 0.34 0.06 0.74 0.72 0.78
Hex EF 9F 9E 0 21 22 6 1 48 4E
Octal 357 237 236 0 41 42 6 1 110 116
Binary 11101111 10011111 10011110 0 100001 100010 110 1 1001000 1001110

Color Harmonies of #EF9F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F9E

Black with #EF9F9E

Text Example


Text Example

White with #EF9F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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