Html Css Color HEX #EDAEA8 Sundown

📋 copy color: '#EDAEA8'

red 237 ◦ green 174 ◦ blue 168

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

Shades of Sundown #EDAEA8

Tints of Sundown #EDAEA8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.05%

 BLUE value IS 168 (66.02% from 255) = 29.02%

R = 40.93%
G = 30.05%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDAEA8 (or 0xEDAEA8) is known color: Sundown. HEX triplet: ED, AE and A8. RGB value is (237,174,168). Sum of RGB (Red+Green+Blue) = 237+174+168=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA8 is #125157. Grayscale: #C0C0C0. Windows color (decimal): -1200472 or 11054829. OLE color: 11054829.

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

Color convert

RGB 237 174 168 -
CMYK 0 0.27 0.29 0.07
HSL 5.22º 0.66% 0.79% -
HSV(B) 5.22º 0.29% 0.93% -
XYZ 57.13 51.1 43.9 -
YUV 192.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 237 174 168 0 0.27 0.29 0.07 5.22 0.66 0.79
Hex ED AE A8 0 1B 1D 7 5 42 4F
Octal 355 256 250 0 33 35 7 5 102 117
Binary 11101101 10101110 10101000 0 11011 11101 111 101 1000010 1001111

Color Harmonies of #EDAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEA8

Black with #EDAEA8

Text Example


Text Example

White with #EDAEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEA8; }

 p { color: rgb(237,174,168); }

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

background-color css

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

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

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

border-color css

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

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

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