Html Css Color HEX #EDBB98 Mandys Pink

📋 copy color: '#EDBB98'

red 237 ◦ green 187 ◦ blue 152

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

Shades of Mandys Pink #EDBB98

Tints of Mandys Pink #EDBB98

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.47%

 BLUE value IS 152 (59.77% from 255) = 26.39%

R = 41.15%
G = 32.47%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDBB98 (or 0xEDBB98) is known color: Mandys Pink. HEX triplet: ED, BB and 98. RGB value is (237,187,152). Sum of RGB (Red+Green+Blue) = 237+187+152=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB98 is #124467. Grayscale: #C6C6C6. Windows color (decimal): -1197160 or 10009581. OLE color: 10009581.

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

Color convert

RGB 237 187 152 -
CMYK 0 0.21 0.36 0.07
HSL 24.71º 0.7% 0.76% -
HSV(B) 24.71º 0.36% 0.93% -
XYZ 58.36 55.81 37.4 -
YUV 197.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 237 187 152 0 0.21 0.36 0.07 24.71 0.7 0.76
Hex ED BB 98 0 15 24 7 19 46 4C
Octal 355 273 230 0 25 44 7 31 106 114
Binary 11101101 10111011 10011000 0 10101 100100 111 11001 1000110 1001100

Color Harmonies of #EDBB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB98

Black with #EDBB98

Text Example


Text Example

White with #EDBB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB98; }

 p { color: rgb(237,187,152); }

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

background-color css

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

 a { background-color: rgb(237,187,152); }

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

border-color css

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

 span { border-color: rgb(237,187,152); }

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