Html Css Color HEX #EAD2BA Pink Lady

📋 copy color: '#EAD2BA'

red 234 ◦ green 210 ◦ blue 186

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

Shades of Pink Lady #EAD2BA

Tints of Pink Lady #EAD2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.33%

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

R = 37.14%
G = 33.33%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EAD2BA (or 0xEAD2BA) is known color: Pink Lady. HEX triplet: EA, D2 and BA. RGB value is (234,210,186). Sum of RGB (Red+Green+Blue) = 234+210+186=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2BA is #152D45. Grayscale: #D6D6D6. Windows color (decimal): -1387846 or 12243690. OLE color: 12243690.

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

Color convert

RGB 234 210 186 -
CMYK 0 0.10 0.21 0.08
HSL 30º 0.53% 0.82% -
HSV(B) 30º 0.21% 0.92% -
XYZ 65.84 67.13 55.94 -
YUV 214.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 234 210 186 0 0.10 0.21 0.08 30 0.53 0.82
Hex EA D2 BA 0 A 15 8 1E 35 52
Octal 352 322 272 0 12 25 10 36 65 122
Binary 11101010 11010010 10111010 0 1010 10101 1000 11110 110101 1010010

Color Harmonies of #EAD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2BA

Black with #EAD2BA

Text Example


Text Example

White with #EAD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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