Html Css Color HEX #EDA38C Tonys Pink

📋 copy color: '#EDA38C'

red 237 ◦ green 163 ◦ blue 140

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

Shades of Tonys Pink #EDA38C

Tints of Tonys Pink #EDA38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.93%

R = 43.89%
G = 30.19%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDA38C (or 0xEDA38C) is known color: Tonys Pink. HEX triplet: ED, A3 and 8C. RGB value is (237,163,140). Sum of RGB (Red+Green+Blue) = 237+163+140=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA38C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA38C is #125C73. Grayscale: #B6B6B6. Windows color (decimal): -1203316 or 9217005. OLE color: 9217005.

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

Color convert

RGB 237 163 140 -
CMYK 0 0.31 0.41 0.07
HSL 14.23º 0.73% 0.74% -
HSV(B) 14.23º 0.41% 0.93% -
XYZ 52.76 46.09 30.93 -
YUV 182.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 237 163 140 0 0.31 0.41 0.07 14.23 0.73 0.74
Hex ED A3 8C 0 1F 29 7 E 49 4A
Octal 355 243 214 0 37 51 7 16 111 112
Binary 11101101 10100011 10001100 0 11111 101001 111 1110 1001001 1001010

Color Harmonies of #EDA38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA38C

Black with #EDA38C

Text Example


Text Example

White with #EDA38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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