Html Css Color HEX #EDA789 Tonys Pink

📋 copy color: '#EDA789'

red 237 ◦ green 167 ◦ blue 137

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

Shades of Tonys Pink #EDA789

Tints of Tonys Pink #EDA789

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.87%

 BLUE value IS 137 (53.91% from 255) = 25.32%

R = 43.81%
G = 30.87%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDA789 (or 0xEDA789) is known color: Tonys Pink. HEX triplet: ED, A7 and 89. RGB value is (237,167,137). Sum of RGB (Red+Green+Blue) = 237+167+137=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA789 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA789 is #125876. Grayscale: #B8B8B8. Windows color (decimal): -1202295 or 9021421. OLE color: 9021421.

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

Color convert

RGB 237 167 137 -
CMYK 0 0.30 0.42 0.07
HSL 18º 0.74% 0.73% -
HSV(B) 18º 0.42% 0.93% -
XYZ 53.26 47.45 30.02 -
YUV 184.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 237 167 137 0 0.30 0.42 0.07 18 0.74 0.73
Hex ED A7 89 0 1E 2A 7 12 4A 49
Octal 355 247 211 0 36 52 7 22 112 111
Binary 11101101 10100111 10001001 0 11110 101010 111 10010 1001010 1001001

Color Harmonies of #EDA789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA789

Black with #EDA789

Text Example


Text Example

White with #EDA789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA789; }

 p { color: rgb(237,167,137); }

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

background-color css

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

 a { background-color: rgb(237,167,137); }

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

border-color css

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

 span { border-color: rgb(237,167,137); }

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