Html Css Color HEX #EDA78E Tonys Pink

📋 copy color: '#EDA78E'

red 237 ◦ green 167 ◦ blue 142

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

Shades of Tonys Pink #EDA78E

Tints of Tonys Pink #EDA78E

RGB

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

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

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

R = 43.41%
G = 30.59%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDA78E (or 0xEDA78E) is known color: Tonys Pink. HEX triplet: ED, A7 and 8E. RGB value is (237,167,142). Sum of RGB (Red+Green+Blue) = 237+167+142=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA78E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA78E is #125871. Grayscale: #B9B9B9. Windows color (decimal): -1202290 or 9349101. OLE color: 9349101.

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

Color convert

RGB 237 167 142 -
CMYK 0 0.30 0.40 0.07
HSL 15.79º 0.73% 0.74% -
HSV(B) 15.79º 0.4% 0.93% -
XYZ 53.63 47.59 31.95 -
YUV 185.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 237 167 142 0 0.30 0.40 0.07 15.79 0.73 0.74
Hex ED A7 8E 0 1E 28 7 10 49 4A
Octal 355 247 216 0 36 50 7 20 111 112
Binary 11101101 10100111 10001110 0 11110 101000 111 10000 1001001 1001010

Color Harmonies of #EDA78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA78E

Black with #EDA78E

Text Example


Text Example

White with #EDA78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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