Html Css Color HEX #EDAFAF Sundown

📋 copy color: '#EDAFAF'

red 237 ◦ green 175 ◦ blue 175

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

Shades of Sundown #EDAFAF

Tints of Sundown #EDAFAF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.81%

 BLUE value IS 175 (68.75% from 255) = 29.81%

R = 40.37%
G = 29.81%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDAFAF (or 0xEDAFAF) is known color: Sundown. HEX triplet: ED, AF and AF. RGB value is (237,175,175). Sum of RGB (Red+Green+Blue) = 237+175+175=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFAF is #125050. Grayscale: #C1C1C1. Windows color (decimal): -1200209 or 11513837. OLE color: 11513837.

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

Color convert

RGB 237 175 175 -
CMYK 0 0.26 0.26 0.07
HSL 0.63% 0.81% -
HSV(B) 0.26% 0.93% -
XYZ 57.99 51.76 47.49 -
YUV 193.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 237 175 175 0 0.26 0.26 0.07 0 0.63 0.81
Hex ED AF AF 0 1A 1A 7 0 3F 51
Octal 355 257 257 0 32 32 7 0 77 121
Binary 11101101 10101111 10101111 0 11010 11010 111 0 111111 1010001

Color Harmonies of #EDAFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFAF

Black with #EDAFAF

Text Example


Text Example

White with #EDAFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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