Html Css Color HEX #EDA68D Tonys Pink

📋 copy color: '#EDA68D'

red 237 ◦ green 166 ◦ blue 141

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

Shades of Tonys Pink #EDA68D

Tints of Tonys Pink #EDA68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.92%

R = 43.57%
G = 30.51%
B = 25.92%

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

#EDA68D (or 0xEDA68D) is known color: Tonys Pink. HEX triplet: ED, A6 and 8D. RGB value is (237,166,141). Sum of RGB (Red+Green+Blue) = 237+166+141=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA68D is #125972. Grayscale: #B8B8B8. Windows color (decimal): -1202547 or 9283309. OLE color: 9283309.

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

Color convert

RGB 237 166 141 -
CMYK 0 0.30 0.41 0.07
HSL 15.63º 0.73% 0.74% -
HSV(B) 15.63º 0.41% 0.93% -
XYZ 53.37 47.2 31.5 -
YUV 184.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 237 166 141 0 0.30 0.41 0.07 15.63 0.73 0.74
Hex ED A6 8D 0 1E 29 7 10 49 4A
Octal 355 246 215 0 36 51 7 20 111 112
Binary 11101101 10100110 10001101 0 11110 101001 111 10000 1001001 1001010

Color Harmonies of #EDA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA68D

Black with #EDA68D

Text Example


Text Example

White with #EDA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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