Html Css Color HEX #E5D0BA Pearl Bush

📋 copy color: '#E5D0BA'

red 229 ◦ green 208 ◦ blue 186

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

Shades of Pearl Bush #E5D0BA

Tints of Pearl Bush #E5D0BA

RGB

 RED value IS 229 (89.84% from 255) = 36.76%

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

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

R = 36.76%
G = 33.39%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5D0BA (or 0xE5D0BA) is known color: Pearl Bush. HEX triplet: E5, D0 and BA. RGB value is (229,208,186). Sum of RGB (Red+Green+Blue) = 229+208+186=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D0BA is #1A2F45. Grayscale: #D3D3D3. Windows color (decimal): -1716038 or 12243173. OLE color: 12243173.

HSL color Cylindrical-coordinate representation of color #E5D0BA: hue angle of 30.7º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5D0BA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 208 186 -
CMYK 0 0.09 0.19 0.10
HSL 30.7º 0.45% 0.81% -
HSV(B) 30.7º 0.19% 0.9% -
XYZ 63.73 65.31 55.7 -
YUV 211.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 229 208 186 0 0.09 0.19 0.10 30.7 0.45 0.81
Hex E5 D0 BA 0 9 13 A 1F 2D 51
Octal 345 320 272 0 11 23 12 37 55 121
Binary 11100101 11010000 10111010 0 1001 10011 1010 11111 101101 1010001

Color Harmonies of #E5D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D0BA

Black with #E5D0BA

Text Example


Text Example

White with #E5D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D0BA; }

 p { color: rgb(229,208,186); }

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

background-color css

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

 a { background-color: rgb(229,208,186); }

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

border-color css

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

 span { border-color: rgb(229,208,186); }

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