Html Css Color HEX #EAD4BA Pink Lady

📋 copy color: '#EAD4BA'

red 234 ◦ green 212 ◦ blue 186

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

Shades of Pink Lady #EAD4BA

Tints of Pink Lady #EAD4BA

RGB

 RED value IS 234 (91.8% from 255) = 37.03%

 GREEN value IS 212 (83.2% from 255) = 33.54%

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

R = 37.03%
G = 33.54%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EAD4BA (or 0xEAD4BA) is known color: Pink Lady. HEX triplet: EA, D4 and BA. RGB value is (234,212,186). Sum of RGB (Red+Green+Blue) = 234+212+186=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4BA is #152B45. Grayscale: #D7D7D7. Windows color (decimal): -1387334 or 12244202. OLE color: 12244202.

HSL color Cylindrical-coordinate representation of color #EAD4BA: hue angle of 32.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAD4BA is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 212 186 -
CMYK 0 0.09 0.21 0.08
HSL 32.5º 0.53% 0.82% -
HSV(B) 32.5º 0.21% 0.92% -
XYZ 66.34 68.12 56.11 -
YUV 215.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 234 212 186 0 0.09 0.21 0.08 32.5 0.53 0.82
Hex EA D4 BA 0 9 15 8 20 35 52
Octal 352 324 272 0 11 25 10 40 65 122
Binary 11101010 11010100 10111010 0 1001 10101 1000 100000 110101 1010010

Color Harmonies of #EAD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD4BA

Black with #EAD4BA

Text Example


Text Example

White with #EAD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD4BA; }

 p { color: rgb(234,212,186); }

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

background-color css

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

 a { background-color: rgb(234,212,186); }

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

border-color css

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

 span { border-color: rgb(234,212,186); }

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