Html Css Color HEX #EDA297 Tonys Pink

📋 copy color: '#EDA297'

red 237 ◦ green 162 ◦ blue 151

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

Shades of Tonys Pink #EDA297

Tints of Tonys Pink #EDA297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.45%

R = 43.09%
G = 29.45%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDA297 (or 0xEDA297) is known color: Tonys Pink. HEX triplet: ED, A2 and 97. RGB value is (237,162,151). Sum of RGB (Red+Green+Blue) = 237+162+151=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA297 is #125D68. Grayscale: #B7B7B7. Windows color (decimal): -1203561 or 9937645. OLE color: 9937645.

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

Color convert

RGB 237 162 151 -
CMYK 0 0.32 0.36 0.07
HSL 7.67º 0.7% 0.76% -
HSV(B) 7.67º 0.36% 0.93% -
XYZ 53.43 46.08 35.36 -
YUV 183.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 237 162 151 0 0.32 0.36 0.07 7.67 0.7 0.76
Hex ED A2 97 0 20 24 7 8 46 4C
Octal 355 242 227 0 40 44 7 10 106 114
Binary 11101101 10100010 10010111 0 100000 100100 111 1000 1000110 1001100

Color Harmonies of #EDA297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA297

Black with #EDA297

Text Example


Text Example

White with #EDA297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA297; }

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

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

background-color css

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

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

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

border-color css

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

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

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