Html Css Color HEX #EDB690 Mandys Pink

📋 copy color: '#EDB690'

red 237 ◦ green 182 ◦ blue 144

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

Shades of Mandys Pink #EDB690

Tints of Mandys Pink #EDB690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.33%

 BLUE value IS 144 (56.64% from 255) = 25.58%

R = 42.1%
G = 32.33%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDB690 (or 0xEDB690) is known color: Mandys Pink. HEX triplet: ED, B6 and 90. RGB value is (237,182,144). Sum of RGB (Red+Green+Blue) = 237+182+144=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB690 is #12496F. Grayscale: #C2C2C2. Windows color (decimal): -1198448 or 9484013. OLE color: 9484013.

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

Color convert

RGB 237 182 144 -
CMYK 0 0.23 0.39 0.07
HSL 24.52º 0.72% 0.75% -
HSV(B) 24.52º 0.39% 0.93% -
XYZ 56.69 53.47 33.72 -
YUV 194.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 237 182 144 0 0.23 0.39 0.07 24.52 0.72 0.75
Hex ED B6 90 0 17 27 7 19 48 4B
Octal 355 266 220 0 27 47 7 31 110 113
Binary 11101101 10110110 10010000 0 10111 100111 111 11001 1001000 1001011

Color Harmonies of #EDB690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB690

Black with #EDB690

Text Example


Text Example

White with #EDB690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB690; }

 p { color: rgb(237,182,144); }

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

background-color css

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

 a { background-color: rgb(237,182,144); }

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

border-color css

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

 span { border-color: rgb(237,182,144); }

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