Html Css Color HEX #ED9F9F Sundown

📋 copy color: '#ED9F9F'

red 237 ◦ green 159 ◦ blue 159

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

Shades of Sundown #ED9F9F

Tints of Sundown #ED9F9F

RGB

 RED value IS 237 (92.97% from 255) = 42.7%

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

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

R = 42.7%
G = 28.65%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED9F9F (or 0xED9F9F) is known color: Sundown. HEX triplet: ED, 9F and 9F. RGB value is (237,159,159). Sum of RGB (Red+Green+Blue) = 237+159+159=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F9F is #126060. Grayscale: #B6B6B6. Windows color (decimal): -1204321 or 10461165. OLE color: 10461165.

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

Color convert

RGB 237 159 159 -
CMYK 0 0.33 0.33 0.07
HSL 0.68% 0.78% -
HSV(B) 0.33% 0.93% -
XYZ 53.58 45.3 38.72 -
YUV 182.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 237 159 159 0 0.33 0.33 0.07 0 0.68 0.78
Hex ED 9F 9F 0 21 21 7 0 44 4E
Octal 355 237 237 0 41 41 7 0 104 116
Binary 11101101 10011111 10011111 0 100001 100001 111 0 1000100 1001110

Color Harmonies of #ED9F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F9F

Black with #ED9F9F

Text Example


Text Example

White with #ED9F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F9F; }

 p { color: rgb(237,159,159); }

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

background-color css

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

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

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

border-color css

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

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

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