Html Css Color HEX #EDA492 Tonys Pink

📋 copy color: '#EDA492'

red 237 ◦ green 164 ◦ blue 146

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

Shades of Tonys Pink #EDA492

Tints of Tonys Pink #EDA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.98%

 BLUE value IS 146 (57.42% from 255) = 26.69%

R = 43.33%
G = 29.98%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDA492 (or 0xEDA492) is known color: Tonys Pink. HEX triplet: ED, A4 and 92. RGB value is (237,164,146). Sum of RGB (Red+Green+Blue) = 237+164+146=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA492 is #125B6D. Grayscale: #B7B7B7. Windows color (decimal): -1203054 or 9610477. OLE color: 9610477.

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

Color convert

RGB 237 164 146 -
CMYK 0 0.31 0.38 0.07
HSL 11.87º 0.72% 0.75% -
HSV(B) 11.87º 0.38% 0.93% -
XYZ 53.39 46.63 33.38 -
YUV 183.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 237 164 146 0 0.31 0.38 0.07 11.87 0.72 0.75
Hex ED A4 92 0 1F 26 7 C 48 4B
Octal 355 244 222 0 37 46 7 14 110 113
Binary 11101101 10100100 10010010 0 11111 100110 111 1100 1001000 1001011

Color Harmonies of #EDA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA492

Black with #EDA492

Text Example


Text Example

White with #EDA492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA492; }

 p { color: rgb(237,164,146); }

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

background-color css

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

 a { background-color: rgb(237,164,146); }

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

border-color css

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

 span { border-color: rgb(237,164,146); }

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