Html Css Color HEX #EDB796 Mandys Pink

📋 copy color: '#EDB796'

red 237 ◦ green 183 ◦ blue 150

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

Shades of Mandys Pink #EDB796

Tints of Mandys Pink #EDB796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.11%

 BLUE value IS 150 (58.98% from 255) = 26.32%

R = 41.58%
G = 32.11%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDB796 (or 0xEDB796) is known color: Mandys Pink. HEX triplet: ED, B7 and 96. RGB value is (237,183,150). Sum of RGB (Red+Green+Blue) = 237+183+150=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB796 is #124869. Grayscale: #C3C3C3. Windows color (decimal): -1198186 or 9877485. OLE color: 9877485.

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

Color convert

RGB 237 183 150 -
CMYK 0 0.23 0.37 0.07
HSL 22.76º 0.71% 0.76% -
HSV(B) 22.76º 0.37% 0.93% -
XYZ 57.36 54.07 36.27 -
YUV 195.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 237 183 150 0 0.23 0.37 0.07 22.76 0.71 0.76
Hex ED B7 96 0 17 25 7 17 47 4C
Octal 355 267 226 0 27 45 7 27 107 114
Binary 11101101 10110111 10010110 0 10111 100101 111 10111 1000111 1001100

Color Harmonies of #EDB796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB796

Black with #EDB796

Text Example


Text Example

White with #EDB796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB796; }

 p { color: rgb(237,183,150); }

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

background-color css

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

 a { background-color: rgb(237,183,150); }

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

border-color css

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

 span { border-color: rgb(237,183,150); }

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