Html Css Color HEX #EDA28B Tonys Pink

📋 copy color: '#EDA28B'

red 237 ◦ green 162 ◦ blue 139

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

Shades of Tonys Pink #EDA28B

Tints of Tonys Pink #EDA28B

RGB

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

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

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

R = 44.05%
G = 30.11%
B = 25.84%

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

#EDA28B (or 0xEDA28B) is known color: Tonys Pink. HEX triplet: ED, A2 and 8B. RGB value is (237,162,139). Sum of RGB (Red+Green+Blue) = 237+162+139=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA28B is #125D74. Grayscale: #B5B5B5. Windows color (decimal): -1203573 or 9151213. OLE color: 9151213.

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

Color convert

RGB 237 162 139 -
CMYK 0 0.32 0.41 0.07
HSL 14.08º 0.73% 0.74% -
HSV(B) 14.08º 0.41% 0.93% -
XYZ 52.51 45.71 30.48 -
YUV 181.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 237 162 139 0 0.32 0.41 0.07 14.08 0.73 0.74
Hex ED A2 8B 0 20 29 7 E 49 4A
Octal 355 242 213 0 40 51 7 16 111 112
Binary 11101101 10100010 10001011 0 100000 101001 111 1110 1001001 1001010

Color Harmonies of #EDA28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA28B

Black with #EDA28B

Text Example


Text Example

White with #EDA28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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