Html Css Color HEX #EDA28A Tonys Pink

📋 copy color: '#EDA28A'

red 237 ◦ green 162 ◦ blue 138

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

Shades of Tonys Pink #EDA28A

Tints of Tonys Pink #EDA28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.7%

R = 44.13%
G = 30.17%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDA28A (or 0xEDA28A) is known color: Tonys Pink. HEX triplet: ED, A2 and 8A. RGB value is (237,162,138). Sum of RGB (Red+Green+Blue) = 237+162+138=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA28A is #125D75. Grayscale: #B5B5B5. Windows color (decimal): -1203574 or 9085677. OLE color: 9085677.

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

Color convert

RGB 237 162 138 -
CMYK 0 0.32 0.42 0.07
HSL 14.55º 0.73% 0.74% -
HSV(B) 14.55º 0.42% 0.93% -
XYZ 52.43 45.68 30.1 -
YUV 181.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 237 162 138 0 0.32 0.42 0.07 14.55 0.73 0.74
Hex ED A2 8A 0 20 2A 7 F 49 4A
Octal 355 242 212 0 40 52 7 17 111 112
Binary 11101101 10100010 10001010 0 100000 101010 111 1111 1001001 1001010

Color Harmonies of #EDA28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA28A

Black with #EDA28A

Text Example


Text Example

White with #EDA28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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