#EDA26F

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

Shades of Hit Pink #EDA26F

Tints of Hit Pink #EDA26F

Color information

#EDA26F (or 0xEDA26F) is unknown color: approx Hit Pink. HEX triplet: ED, A2 and 6F. RGB value is (237,162,111). Sum of RGB (Red+Green+Blue) = 237+162+111=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA26F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA26F is #125D90. Grayscale: #B2B2B2. Windows color (decimal): -1203601 or 7316205. OLE color: 7316205.

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

Color convert

RGB237162111-
CMYK00.320.530.07
HSL24.29º77.78%68.24%-
HSV(B)24.29º53.16%92.94%-
XYZ50.7144.9921.05-
YUV178.6189.85169.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.47%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 111 (43.75% from 255) = 21.76%
R=46.47%
G=31.76%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716211100.320.530.0724.2977.7868.24
HexEDA26F020357184e44
Octal35524215704065730116104
Binary1110110110100010110111101000001101011111100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA26F; }

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

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

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

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

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

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

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

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