Html Css Color HEX #EDA27F Tonys Pink

📋 copy color: '#EDA27F'

red 237 ◦ green 162 ◦ blue 127

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

Shades of Tonys Pink #EDA27F

Tints of Tonys Pink #EDA27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.14%

R = 45.06%
G = 30.8%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDA27F (or 0xEDA27F) is known color: Tonys Pink. HEX triplet: ED, A2 and 7F. RGB value is (237,162,127). Sum of RGB (Red+Green+Blue) = 237+162+127=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA27F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA27F is #125D80. Grayscale: #B4B4B4. Windows color (decimal): -1203585 or 8364781. OLE color: 8364781.

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

Color convert

RGB 237 162 127 -
CMYK 0 0.32 0.46 0.07
HSL 19.09º 0.75% 0.71% -
HSV(B) 19.09º 0.46% 0.93% -
XYZ 51.68 45.38 26.11 -
YUV 180.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 237 162 127 0 0.32 0.46 0.07 19.09 0.75 0.71
Hex ED A2 7F 0 20 2E 7 13 4B 47
Octal 355 242 177 0 40 56 7 23 113 107
Binary 11101101 10100010 1111111 0 100000 101110 111 10011 1001011 1000111

Color Harmonies of #EDA27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA27F

Black with #EDA27F

Text Example


Text Example

White with #EDA27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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