Html Css Color HEX #EDA588 Tonys Pink

📋 copy color: '#EDA588'

red 237 ◦ green 165 ◦ blue 136

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

Shades of Tonys Pink #EDA588

Tints of Tonys Pink #EDA588

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.67%

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

R = 44.05%
G = 30.67%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA588 (or 0xEDA588) is known color: Tonys Pink. HEX triplet: ED, A5 and 88. RGB value is (237,165,136). Sum of RGB (Red+Green+Blue) = 237+165+136=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA588 is #125A77. Grayscale: #B7B7B7. Windows color (decimal): -1202808 or 8955373. OLE color: 8955373.

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

Color convert

RGB 237 165 136 -
CMYK 0 0.30 0.43 0.07
HSL 17.23º 0.74% 0.73% -
HSV(B) 17.23º 0.43% 0.93% -
XYZ 52.82 46.69 29.52 -
YUV 183.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 237 165 136 0 0.30 0.43 0.07 17.23 0.74 0.73
Hex ED A5 88 0 1E 2B 7 11 4A 49
Octal 355 245 210 0 36 53 7 21 112 111
Binary 11101101 10100101 10001000 0 11110 101011 111 10001 1001010 1001001

Color Harmonies of #EDA588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA588

Black with #EDA588

Text Example


Text Example

White with #EDA588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA588; }

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

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

background-color css

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

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

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

border-color css

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

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

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