Html Css Color HEX #EDA384 Tonys Pink

📋 copy color: '#EDA384'

red 237 ◦ green 163 ◦ blue 132

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

Shades of Tonys Pink #EDA384

Tints of Tonys Pink #EDA384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.64%

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

R = 44.55%
G = 30.64%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDA384 (or 0xEDA384) is known color: Tonys Pink. HEX triplet: ED, A3 and 84. RGB value is (237,163,132). Sum of RGB (Red+Green+Blue) = 237+163+132=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA384 is #125C7B. Grayscale: #B5B5B5. Windows color (decimal): -1203324 or 8692717. OLE color: 8692717.

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

Color convert

RGB 237 163 132 -
CMYK 0 0.31 0.44 0.07
HSL 17.71º 0.74% 0.72% -
HSV(B) 17.71º 0.44% 0.93% -
XYZ 52.19 45.86 27.93 -
YUV 181.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 237 163 132 0 0.31 0.44 0.07 17.71 0.74 0.72
Hex ED A3 84 0 1F 2C 7 12 4A 48
Octal 355 243 204 0 37 54 7 22 112 110
Binary 11101101 10100011 10000100 0 11111 101100 111 10010 1001010 1001000

Color Harmonies of #EDA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA384

Black with #EDA384

Text Example


Text Example

White with #EDA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA384; }

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

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

background-color css

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

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

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

border-color css

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

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

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