Html Css Color HEX #EDA38E Tonys Pink

📋 copy color: '#EDA38E'

red 237 ◦ green 163 ◦ blue 142

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

Shades of Tonys Pink #EDA38E

Tints of Tonys Pink #EDA38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 43.73%
G = 30.07%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDA38E (or 0xEDA38E) is known color: Tonys Pink. HEX triplet: ED, A3 and 8E. RGB value is (237,163,142). Sum of RGB (Red+Green+Blue) = 237+163+142=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA38E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA38E is #125C71. Grayscale: #B6B6B6. Windows color (decimal): -1203314 or 9348077. OLE color: 9348077.

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

Color convert

RGB 237 163 142 -
CMYK 0 0.31 0.40 0.07
HSL 13.26º 0.73% 0.74% -
HSV(B) 13.26º 0.4% 0.93% -
XYZ 52.9 46.15 31.71 -
YUV 182.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 237 163 142 0 0.31 0.40 0.07 13.26 0.73 0.74
Hex ED A3 8E 0 1F 28 7 D 49 4A
Octal 355 243 216 0 37 50 7 15 111 112
Binary 11101101 10100011 10001110 0 11111 101000 111 1101 1001001 1001010

Color Harmonies of #EDA38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA38E

Black with #EDA38E

Text Example


Text Example

White with #EDA38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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