Html Css Color HEX #EDA68A Tonys Pink

📋 copy color: '#EDA68A'

red 237 ◦ green 166 ◦ blue 138

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

Shades of Tonys Pink #EDA68A

Tints of Tonys Pink #EDA68A

RGB

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

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

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

R = 43.81%
G = 30.68%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDA68A (or 0xEDA68A) is known color: Tonys Pink. HEX triplet: ED, A6 and 8A. RGB value is (237,166,138). Sum of RGB (Red+Green+Blue) = 237+166+138=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA68A is #125975. Grayscale: #B8B8B8. Windows color (decimal): -1202550 or 9086701. OLE color: 9086701.

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

Color convert

RGB 237 166 138 -
CMYK 0 0.30 0.42 0.07
HSL 16.97º 0.73% 0.74% -
HSV(B) 16.97º 0.42% 0.93% -
XYZ 53.15 47.11 30.34 -
YUV 184.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 237 166 138 0 0.30 0.42 0.07 16.97 0.73 0.74
Hex ED A6 8A 0 1E 2A 7 11 49 4A
Octal 355 246 212 0 36 52 7 21 111 112
Binary 11101101 10100110 10001010 0 11110 101010 111 10001 1001001 1001010

Color Harmonies of #EDA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA68A

Black with #EDA68A

Text Example


Text Example

White with #EDA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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