Html Css Color HEX #EDABA5 Sundown

📋 copy color: '#EDABA5'

red 237 ◦ green 171 ◦ blue 165

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

Shades of Sundown #EDABA5

Tints of Sundown #EDABA5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.84%

 BLUE value IS 165 (64.84% from 255) = 28.8%

R = 41.36%
G = 29.84%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDABA5 (or 0xEDABA5) is known color: Sundown. HEX triplet: ED, AB and A5. RGB value is (237,171,165). Sum of RGB (Red+Green+Blue) = 237+171+165=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA5 is #12545A. Grayscale: #BEBEBE. Windows color (decimal): -1201243 or 10857453. OLE color: 10857453.

HSL color Cylindrical-coordinate representation of color #EDABA5: hue angle of 5º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDABA5 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 165 -
CMYK 0 0.28 0.30 0.07
HSL 0.67% 0.79% -
HSV(B) 0.3% 0.93% -
XYZ 56.28 49.85 42.25 -
YUV 190.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 237 171 165 0 0.28 0.30 0.07 5 0.67 0.79
Hex ED AB A5 0 1C 1E 7 5 43 4F
Octal 355 253 245 0 34 36 7 5 103 117
Binary 11101101 10101011 10100101 0 11100 11110 111 101 1000011 1001111

Color Harmonies of #EDABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABA5

Black with #EDABA5

Text Example


Text Example

White with #EDABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABA5; }

 p { color: rgb(237,171,165); }

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

background-color css

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

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

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

border-color css

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

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

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