Html Css Color HEX #EDA284 Tonys Pink

📋 copy color: '#EDA284'

red 237 ◦ green 162 ◦ blue 132

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

Shades of Tonys Pink #EDA284

Tints of Tonys Pink #EDA284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.86%

R = 44.63%
G = 30.51%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDA284 (or 0xEDA284) is known color: Tonys Pink. HEX triplet: ED, A2 and 84. RGB value is (237,162,132). Sum of RGB (Red+Green+Blue) = 237+162+132=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA284 is #125D7B. Grayscale: #B5B5B5. Windows color (decimal): -1203580 or 8692461. OLE color: 8692461.

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

Color convert

RGB 237 162 132 -
CMYK 0 0.32 0.44 0.07
HSL 17.14º 0.74% 0.72% -
HSV(B) 17.14º 0.44% 0.93% -
XYZ 52.01 45.51 27.87 -
YUV 181.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 237 162 132 0 0.32 0.44 0.07 17.14 0.74 0.72
Hex ED A2 84 0 20 2C 7 11 4A 48
Octal 355 242 204 0 40 54 7 21 112 110
Binary 11101101 10100010 10000100 0 100000 101100 111 10001 1001010 1001000

Color Harmonies of #EDA284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA284

Black with #EDA284

Text Example


Text Example

White with #EDA284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA284; }

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

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

background-color css

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

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

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

border-color css

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

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

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