Html Css Color HEX #EDA388 Tonys Pink

📋 copy color: '#EDA388'

red 237 ◦ green 163 ◦ blue 136

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

Shades of Tonys Pink #EDA388

Tints of Tonys Pink #EDA388

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.41%

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

R = 44.22%
G = 30.41%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA388 (or 0xEDA388) is known color: Tonys Pink. HEX triplet: ED, A3 and 88. RGB value is (237,163,136). Sum of RGB (Red+Green+Blue) = 237+163+136=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA388 is #125C77. Grayscale: #B6B6B6. Windows color (decimal): -1203320 or 8954861. OLE color: 8954861.

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

Color convert

RGB 237 163 136 -
CMYK 0 0.31 0.43 0.07
HSL 16.04º 0.74% 0.73% -
HSV(B) 16.04º 0.43% 0.93% -
XYZ 52.47 45.98 29.4 -
YUV 182.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 237 163 136 0 0.31 0.43 0.07 16.04 0.74 0.73
Hex ED A3 88 0 1F 2B 7 10 4A 49
Octal 355 243 210 0 37 53 7 20 112 111
Binary 11101101 10100011 10001000 0 11111 101011 111 10000 1001010 1001001

Color Harmonies of #EDA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA388

Black with #EDA388

Text Example


Text Example

White with #EDA388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA388; }

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

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

background-color css

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

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

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

border-color css

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

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

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