Html Css Color HEX #EDB994 Mandys Pink

📋 copy color: '#EDB994'

red 237 ◦ green 185 ◦ blue 148

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

Shades of Mandys Pink #EDB994

Tints of Mandys Pink #EDB994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.46%

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

R = 41.58%
G = 32.46%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDB994 (or 0xEDB994) is known color: Mandys Pink. HEX triplet: ED, B9 and 94. RGB value is (237,185,148). Sum of RGB (Red+Green+Blue) = 237+185+148=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB994 is #12466B. Grayscale: #C4C4C4. Windows color (decimal): -1197676 or 9746925. OLE color: 9746925.

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

Color convert

RGB 237 185 148 -
CMYK 0 0.22 0.38 0.07
HSL 24.94º 0.71% 0.75% -
HSV(B) 24.94º 0.38% 0.93% -
XYZ 57.62 54.84 35.57 -
YUV 196.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 237 185 148 0 0.22 0.38 0.07 24.94 0.71 0.75
Hex ED B9 94 0 16 26 7 19 47 4B
Octal 355 271 224 0 26 46 7 31 107 113
Binary 11101101 10111001 10010100 0 10110 100110 111 11001 1000111 1001011

Color Harmonies of #EDB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB994

Black with #EDB994

Text Example


Text Example

White with #EDB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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