Html Css Color HEX #EDA38A Tonys Pink

📋 copy color: '#EDA38A'

red 237 ◦ green 163 ◦ blue 138

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

Shades of Tonys Pink #EDA38A

Tints of Tonys Pink #EDA38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 44.05%
G = 30.3%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDA38A (or 0xEDA38A) is known color: Tonys Pink. HEX triplet: ED, A3 and 8A. RGB value is (237,163,138). Sum of RGB (Red+Green+Blue) = 237+163+138=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA38A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA38A is #125C75. Grayscale: #B6B6B6. Windows color (decimal): -1203318 or 9085933. OLE color: 9085933.

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

Color convert

RGB 237 163 138 -
CMYK 0 0.31 0.42 0.07
HSL 15.15º 0.73% 0.74% -
HSV(B) 15.15º 0.42% 0.93% -
XYZ 52.61 46.03 30.16 -
YUV 182.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 237 163 138 0 0.31 0.42 0.07 15.15 0.73 0.74
Hex ED A3 8A 0 1F 2A 7 F 49 4A
Octal 355 243 212 0 37 52 7 17 111 112
Binary 11101101 10100011 10001010 0 11111 101010 111 1111 1001001 1001010

Color Harmonies of #EDA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA38A

Black with #EDA38A

Text Example


Text Example

White with #EDA38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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