Html Css Color HEX #EDA78C Tonys Pink

📋 copy color: '#EDA78C'

red 237 ◦ green 167 ◦ blue 140

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

Shades of Tonys Pink #EDA78C

Tints of Tonys Pink #EDA78C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.7%

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

R = 43.57%
G = 30.7%
B = 25.74%

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

#EDA78C (or 0xEDA78C) is known color: Tonys Pink. HEX triplet: ED, A7 and 8C. RGB value is (237,167,140). Sum of RGB (Red+Green+Blue) = 237+167+140=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA78C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA78C is #125873. Grayscale: #B9B9B9. Windows color (decimal): -1202292 or 9218029. OLE color: 9218029.

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

Color convert

RGB 237 167 140 -
CMYK 0 0.30 0.41 0.07
HSL 16.7º 0.73% 0.74% -
HSV(B) 16.7º 0.41% 0.93% -
XYZ 53.48 47.54 31.17 -
YUV 184.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 237 167 140 0 0.30 0.41 0.07 16.7 0.73 0.74
Hex ED A7 8C 0 1E 29 7 11 49 4A
Octal 355 247 214 0 36 51 7 21 111 112
Binary 11101101 10100111 10001100 0 11110 101001 111 10001 1001001 1001010

Color Harmonies of #EDA78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA78C

Black with #EDA78C

Text Example


Text Example

White with #EDA78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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