Html Css Color HEX #EDA58A Tonys Pink

📋 copy color: '#EDA58A'

red 237 ◦ green 165 ◦ blue 138

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

Shades of Tonys Pink #EDA58A

Tints of Tonys Pink #EDA58A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.56%

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

R = 43.89%
G = 30.56%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDA58A (or 0xEDA58A) is known color: Tonys Pink. HEX triplet: ED, A5 and 8A. RGB value is (237,165,138). Sum of RGB (Red+Green+Blue) = 237+165+138=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA58A is #125A75. Grayscale: #B7B7B7. Windows color (decimal): -1202806 or 9086445. OLE color: 9086445.

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

Color convert

RGB 237 165 138 -
CMYK 0 0.30 0.42 0.07
HSL 16.36º 0.73% 0.74% -
HSV(B) 16.36º 0.42% 0.93% -
XYZ 52.97 46.75 30.28 -
YUV 183.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 237 165 138 0 0.30 0.42 0.07 16.36 0.73 0.74
Hex ED A5 8A 0 1E 2A 7 10 49 4A
Octal 355 245 212 0 36 52 7 20 111 112
Binary 11101101 10100101 10001010 0 11110 101010 111 10000 1001001 1001010

Color Harmonies of #EDA58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA58A

Black with #EDA58A

Text Example


Text Example

White with #EDA58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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