Html Css Color HEX #EDA68B Tonys Pink

📋 copy color: '#EDA68B'

red 237 ◦ green 166 ◦ blue 139

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

Shades of Tonys Pink #EDA68B

Tints of Tonys Pink #EDA68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.63%

 BLUE value IS 139 (54.69% from 255) = 25.65%

R = 43.73%
G = 30.63%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDA68B (or 0xEDA68B) is known color: Tonys Pink. HEX triplet: ED, A6 and 8B. RGB value is (237,166,139). Sum of RGB (Red+Green+Blue) = 237+166+139=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA68B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA68B is #125974. Grayscale: #B8B8B8. Windows color (decimal): -1202549 or 9152237. OLE color: 9152237.

HSL color Cylindrical-coordinate representation of color #EDA68B: hue angle of 16.53º 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 #EDA68B is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 139 -
CMYK 0 0.30 0.41 0.07
HSL 16.53º 0.73% 0.74% -
HSV(B) 16.53º 0.41% 0.93% -
XYZ 53.22 47.14 30.72 -
YUV 184.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 237 166 139 0 0.30 0.41 0.07 16.53 0.73 0.74
Hex ED A6 8B 0 1E 29 7 11 49 4A
Octal 355 246 213 0 36 51 7 21 111 112
Binary 11101101 10100110 10001011 0 11110 101001 111 10001 1001001 1001010

Color Harmonies of #EDA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA68B

Black with #EDA68B

Text Example


Text Example

White with #EDA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA68B; }

 p { color: rgb(237,166,139); }

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

background-color css

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

 a { background-color: rgb(237,166,139); }

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

border-color css

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

 span { border-color: rgb(237,166,139); }

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