Html Css Color HEX #EDA888 Tonys Pink

📋 copy color: '#EDA888'

red 237 ◦ green 168 ◦ blue 136

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

Shades of Tonys Pink #EDA888

Tints of Tonys Pink #EDA888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.05%

 BLUE value IS 136 (53.52% from 255) = 25.14%

R = 43.81%
G = 31.05%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA888 (or 0xEDA888) is known color: Tonys Pink. HEX triplet: ED, A8 and 88. RGB value is (237,168,136). Sum of RGB (Red+Green+Blue) = 237+168+136=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA888 is #125777. Grayscale: #B9B9B9. Windows color (decimal): -1202040 or 8956141. OLE color: 8956141.

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

Color convert

RGB 237 168 136 -
CMYK 0 0.29 0.43 0.07
HSL 19.01º 0.74% 0.73% -
HSV(B) 19.01º 0.43% 0.93% -
XYZ 53.37 47.79 29.7 -
YUV 184.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 237 168 136 0 0.29 0.43 0.07 19.01 0.74 0.73
Hex ED A8 88 0 1D 2B 7 13 4A 49
Octal 355 250 210 0 35 53 7 23 112 111
Binary 11101101 10101000 10001000 0 11101 101011 111 10011 1001010 1001001

Color Harmonies of #EDA888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA888

Black with #EDA888

Text Example


Text Example

White with #EDA888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA888; }

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

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

background-color css

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

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

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

border-color css

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

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

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