Html Css Color HEX #EDA288 Tonys Pink

📋 copy color: '#EDA288'

red 237 ◦ green 162 ◦ blue 136

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

Shades of Tonys Pink #EDA288

Tints of Tonys Pink #EDA288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.28%

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

R = 44.3%
G = 30.28%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA288 (or 0xEDA288) is known color: Tonys Pink. HEX triplet: ED, A2 and 88. RGB value is (237,162,136). Sum of RGB (Red+Green+Blue) = 237+162+136=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA288 is #125D77. Grayscale: #B5B5B5. Windows color (decimal): -1203576 or 8954605. OLE color: 8954605.

HSL color Cylindrical-coordinate representation of color #EDA288: hue angle of 15.45º 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 #EDA288 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 136 -
CMYK 0 0.32 0.43 0.07
HSL 15.45º 0.74% 0.73% -
HSV(B) 15.45º 0.43% 0.93% -
XYZ 52.29 45.62 29.34 -
YUV 181.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 237 162 136 0 0.32 0.43 0.07 15.45 0.74 0.73
Hex ED A2 88 0 20 2B 7 F 4A 49
Octal 355 242 210 0 40 53 7 17 112 111
Binary 11101101 10100010 10001000 0 100000 101011 111 1111 1001010 1001001

Color Harmonies of #EDA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA288

Black with #EDA288

Text Example


Text Example

White with #EDA288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA288; }

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

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

background-color css

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

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

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

border-color css

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

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

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