Html Css Color HEX #EDA184 Tonys Pink

📋 copy color: '#EDA184'

red 237 ◦ green 161 ◦ blue 132

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

Shades of Tonys Pink #EDA184

Tints of Tonys Pink #EDA184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.38%

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

R = 44.72%
G = 30.38%
B = 24.91%

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

#EDA184 (or 0xEDA184) is known color: Tonys Pink. HEX triplet: ED, A1 and 84. RGB value is (237,161,132). Sum of RGB (Red+Green+Blue) = 237+161+132=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA184 is #125E7B. Grayscale: #B4B4B4. Windows color (decimal): -1203836 or 8692205. OLE color: 8692205.

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

Color convert

RGB 237 161 132 -
CMYK 0 0.32 0.44 0.07
HSL 16.57º 0.74% 0.72% -
HSV(B) 16.57º 0.44% 0.93% -
XYZ 51.83 45.16 27.81 -
YUV 180.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 237 161 132 0 0.32 0.44 0.07 16.57 0.74 0.72
Hex ED A1 84 0 20 2C 7 11 4A 48
Octal 355 241 204 0 40 54 7 21 112 110
Binary 11101101 10100001 10000100 0 100000 101100 111 10001 1001010 1001000

Color Harmonies of #EDA184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA184

Black with #EDA184

Text Example


Text Example

White with #EDA184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA184; }

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

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

background-color css

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

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

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

border-color css

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

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

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