Html Css Color HEX #EDADAD Sundown

📋 copy color: '#EDADAD'

red 237 ◦ green 173 ◦ blue 173

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

Shades of Sundown #EDADAD

Tints of Sundown #EDADAD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.67%

 BLUE value IS 173 (67.97% from 255) = 29.67%

R = 40.65%
G = 29.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDADAD (or 0xEDADAD) is known color: Sundown. HEX triplet: ED, AD and AD. RGB value is (237,173,173). Sum of RGB (Red+Green+Blue) = 237+173+173=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADAD is #125252. Grayscale: #C0C0C0. Windows color (decimal): -1200723 or 11382253. OLE color: 11382253.

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

Color convert

RGB 237 173 173 -
CMYK 0 0.27 0.27 0.07
HSL 0.64% 0.8% -
HSV(B) 0.27% 0.93% -
XYZ 57.41 50.91 46.34 -
YUV 192.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 237 173 173 0 0.27 0.27 0.07 0 0.64 0.8
Hex ED AD AD 0 1B 1B 7 0 40 50
Octal 355 255 255 0 33 33 7 0 100 120
Binary 11101101 10101101 10101101 0 11011 11011 111 0 1000000 1010000

Color Harmonies of #EDADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADAD

Black with #EDADAD

Text Example


Text Example

White with #EDADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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