Html Css Color HEX #EDA78B Tonys Pink

📋 copy color: '#EDA78B'

red 237 ◦ green 167 ◦ blue 139

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

Shades of Tonys Pink #EDA78B

Tints of Tonys Pink #EDA78B

RGB

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

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

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

R = 43.65%
G = 30.76%
B = 25.6%

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

#EDA78B (or 0xEDA78B) is known color: Tonys Pink. HEX triplet: ED, A7 and 8B. RGB value is (237,167,139). Sum of RGB (Red+Green+Blue) = 237+167+139=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA78B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA78B is #125874. Grayscale: #B8B8B8. Windows color (decimal): -1202293 or 9152493. OLE color: 9152493.

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

Color convert

RGB 237 167 139 -
CMYK 0 0.30 0.41 0.07
HSL 17.14º 0.73% 0.74% -
HSV(B) 17.14º 0.41% 0.93% -
XYZ 53.4 47.51 30.78 -
YUV 184.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 237 167 139 0 0.30 0.41 0.07 17.14 0.73 0.74
Hex ED A7 8B 0 1E 29 7 11 49 4A
Octal 355 247 213 0 36 51 7 21 111 112
Binary 11101101 10100111 10001011 0 11110 101001 111 10001 1001001 1001010

Color Harmonies of #EDA78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA78B

Black with #EDA78B

Text Example


Text Example

White with #EDA78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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