Html Css Color HEX #EDA28D Tonys Pink

📋 copy color: '#EDA28D'

red 237 ◦ green 162 ◦ blue 141

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

Shades of Tonys Pink #EDA28D

Tints of Tonys Pink #EDA28D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30%

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

R = 43.89%
G = 30%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDA28D (or 0xEDA28D) is known color: Tonys Pink. HEX triplet: ED, A2 and 8D. RGB value is (237,162,141). Sum of RGB (Red+Green+Blue) = 237+162+141=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA28D is #125D72. Grayscale: #B6B6B6. Windows color (decimal): -1203571 or 9282285. OLE color: 9282285.

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

Color convert

RGB 237 162 141 -
CMYK 0 0.32 0.41 0.07
HSL 13.13º 0.73% 0.74% -
HSV(B) 13.13º 0.41% 0.93% -
XYZ 52.65 45.77 31.26 -
YUV 182.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 237 162 141 0 0.32 0.41 0.07 13.13 0.73 0.74
Hex ED A2 8D 0 20 29 7 D 49 4A
Octal 355 242 215 0 40 51 7 15 111 112
Binary 11101101 10100010 10001101 0 100000 101001 111 1101 1001001 1001010

Color Harmonies of #EDA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA28D

Black with #EDA28D

Text Example


Text Example

White with #EDA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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