Html Css Color HEX #EDB597 Mandys Pink

📋 copy color: '#EDB597'

red 237 ◦ green 181 ◦ blue 151

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

Shades of Mandys Pink #EDB597

Tints of Mandys Pink #EDB597

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.81%

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

R = 41.65%
G = 31.81%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDB597 (or 0xEDB597) is known color: Mandys Pink. HEX triplet: ED, B5 and 97. RGB value is (237,181,151). Sum of RGB (Red+Green+Blue) = 237+181+151=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB597 is #124A68. Grayscale: #C2C2C2. Windows color (decimal): -1198697 or 9942509. OLE color: 9942509.

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

Color convert

RGB 237 181 151 -
CMYK 0 0.24 0.36 0.07
HSL 20.93º 0.7% 0.76% -
HSV(B) 20.93º 0.36% 0.93% -
XYZ 57.03 53.29 36.56 -
YUV 194.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 237 181 151 0 0.24 0.36 0.07 20.93 0.7 0.76
Hex ED B5 97 0 18 24 7 15 46 4C
Octal 355 265 227 0 30 44 7 25 106 114
Binary 11101101 10110101 10010111 0 11000 100100 111 10101 1000110 1001100

Color Harmonies of #EDB597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB597

Black with #EDB597

Text Example


Text Example

White with #EDB597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB597; }

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

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

background-color css

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

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

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

border-color css

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

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

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