Html Css Color HEX #EBD0B8 Pink Lady

📋 copy color: '#EBD0B8'

red 235 ◦ green 208 ◦ blue 184

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

Shades of Pink Lady #EBD0B8

Tints of Pink Lady #EBD0B8

RGB

 RED value IS 235 (92.19% from 255) = 37.48%

 GREEN value IS 208 (81.64% from 255) = 33.17%

 BLUE value IS 184 (72.27% from 255) = 29.35%

R = 37.48%
G = 33.17%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EBD0B8 (or 0xEBD0B8) is known color: Pink Lady. HEX triplet: EB, D0 and B8. RGB value is (235,208,184). Sum of RGB (Red+Green+Blue) = 235+208+184=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 184 (72.27% from 255 or 29.35% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0B8 is #142F47. Grayscale: #D5D5D5. Windows color (decimal): -1322824 or 12112107. OLE color: 12112107.

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

Color convert

RGB 235 208 184 -
CMYK 0 0.11 0.22 0.08
HSL 28.24º 0.56% 0.82% -
HSV(B) 28.24º 0.22% 0.92% -
XYZ 65.47 66.23 54.68 -
YUV 213.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 235 208 184 0 0.11 0.22 0.08 28.24 0.56 0.82
Hex EB D0 B8 0 B 16 8 1C 38 52
Octal 353 320 270 0 13 26 10 34 70 122
Binary 11101011 11010000 10111000 0 1011 10110 1000 11100 111000 1010010

Color Harmonies of #EBD0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD0B8

Black with #EBD0B8

Text Example


Text Example

White with #EBD0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD0B8; }

 p { color: rgb(235,208,184); }

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

background-color css

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

 a { background-color: rgb(235,208,184); }

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

border-color css

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

 span { border-color: rgb(235,208,184); }

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