Html Css Color HEX #EDB694 Mandys Pink

📋 copy color: '#EDB694'

red 237 ◦ green 182 ◦ blue 148

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

Shades of Mandys Pink #EDB694

Tints of Mandys Pink #EDB694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 41.8%
G = 32.1%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDB694 (or 0xEDB694) is known color: Mandys Pink. HEX triplet: ED, B6 and 94. RGB value is (237,182,148). Sum of RGB (Red+Green+Blue) = 237+182+148=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB694 is #12496B. Grayscale: #C2C2C2. Windows color (decimal): -1198444 or 9746157. OLE color: 9746157.

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

Color convert

RGB 237 182 148 -
CMYK 0 0.23 0.38 0.07
HSL 22.92º 0.71% 0.75% -
HSV(B) 22.92º 0.38% 0.93% -
XYZ 57 53.6 35.36 -
YUV 194.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 237 182 148 0 0.23 0.38 0.07 22.92 0.71 0.75
Hex ED B6 94 0 17 26 7 17 47 4B
Octal 355 266 224 0 27 46 7 27 107 113
Binary 11101101 10110110 10010100 0 10111 100110 111 10111 1000111 1001011

Color Harmonies of #EDB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB694

Black with #EDB694

Text Example


Text Example

White with #EDB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB694; }

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

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

background-color css

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

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

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

border-color css

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

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

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