Html Css Color HEX #EED7BA Pink Lady

📋 copy color: '#EED7BA'

red 238 ◦ green 215 ◦ blue 186

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

Shades of Pink Lady #EED7BA

Tints of Pink Lady #EED7BA

RGB

 RED value IS 238 (93.36% from 255) = 37.25%

 GREEN value IS 215 (84.38% from 255) = 33.65%

 BLUE value IS 186 (73.05% from 255) = 29.11%

R = 37.25%
G = 33.65%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EED7BA (or 0xEED7BA) is known color: Pink Lady. HEX triplet: EE, D7 and BA. RGB value is (238,215,186). Sum of RGB (Red+Green+Blue) = 238+215+186=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7BA is #112845. Grayscale: #DADADA. Windows color (decimal): -1124422 or 12244974. OLE color: 12244974.

HSL color Cylindrical-coordinate representation of color #EED7BA: hue angle of 33.46º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EED7BA is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 186 -
CMYK 0 0.10 0.22 0.07
HSL 33.46º 0.6% 0.83% -
HSV(B) 33.46º 0.22% 0.93% -
XYZ 68.42 70.32 56.42 -
YUV 218.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 238 215 186 0 0.10 0.22 0.07 33.46 0.6 0.83
Hex EE D7 BA 0 A 16 7 21 3C 53
Octal 356 327 272 0 12 26 7 41 74 123
Binary 11101110 11010111 10111010 0 1010 10110 111 100001 111100 1010011

Color Harmonies of #EED7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7BA

Black with #EED7BA

Text Example


Text Example

White with #EED7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7BA; }

 p { color: rgb(238,215,186); }

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

background-color css

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

 a { background-color: rgb(238,215,186); }

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

border-color css

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

 span { border-color: rgb(238,215,186); }

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