#EDA281

Color #EDA281 Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #EDA281

Tints of Tonys Pink #EDA281

Color information

#EDA281 (or 0xEDA281) is unknown color: approx Tonys Pink. HEX triplet: ED, A2 and 81. RGB value is (237,162,129). Sum of RGB (Red+Green+Blue) = 237+162+129=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA281 is #125D7E. Grayscale: #B4B4B4. Windows color (decimal): -1203583 or 8495853. OLE color: 8495853.

HSL color Cylindrical-coordinate representation of color #EDA281: hue angle of 18.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA281 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237162129-
CMYK00.320.460.07
HSL18.33º75%71.76%-
HSV(B)18.33º45.57%92.94%-
XYZ51.8145.4326.81-
YUV180.6698.85168.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 162 (63.67% from 255) = 30.68%
BLUE value IS 129 (50.78% from 255) = 24.43%
R=44.89%
G=30.68%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716212900.320.460.0718.337571.76
HexEDA2810202E7124b48
Octal35524220104056722113110
Binary11101101101000101000000101000001011101111001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA281; }

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

 H1.HeaderClassName
 {
   color: #EDA281;
 }
 .AnyTagClassName
 {
   color: #EDA281;
 }
</style>
background-color css

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

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

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

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

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

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