Html Css Color HEX #ED9C83 Tonys Pink

📋 copy color: '#ED9C83'

red 237 ◦ green 156 ◦ blue 131

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

Shades of Tonys Pink #ED9C83

Tints of Tonys Pink #ED9C83

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.77%

 BLUE value IS 131 (51.56% from 255) = 25%

R = 45.23%
G = 29.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED9C83 (or 0xED9C83) is known color: Tonys Pink. HEX triplet: ED, 9C and 83. RGB value is (237,156,131). Sum of RGB (Red+Green+Blue) = 237+156+131=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C83 is #12637C. Grayscale: #B1B1B1. Windows color (decimal): -1205117 or 8625389. OLE color: 8625389.

HSL color Cylindrical-coordinate representation of color #ED9C83: hue angle of 14.15º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED9C83 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 156 131 -
CMYK 0 0.34 0.45 0.07
HSL 14.15º 0.75% 0.72% -
HSV(B) 14.15º 0.45% 0.93% -
XYZ 50.91 43.42 27.17 -
YUV 177.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 237 156 131 0 0.34 0.45 0.07 14.15 0.75 0.72
Hex ED 9C 83 0 22 2D 7 E 4B 48
Octal 355 234 203 0 42 55 7 16 113 110
Binary 11101101 10011100 10000011 0 100010 101101 111 1110 1001011 1001000

Color Harmonies of #ED9C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C83

Black with #ED9C83

Text Example


Text Example

White with #ED9C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C83; }

 p { color: rgb(237,156,131); }

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

background-color css

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

 a { background-color: rgb(237,156,131); }

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

border-color css

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

 span { border-color: rgb(237,156,131); }

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