Html Css Color HEX #E5D2BE Pearl Bush

📋 copy color: '#E5D2BE'

red 229 ◦ green 210 ◦ blue 190

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

Shades of Pearl Bush #E5D2BE

Tints of Pearl Bush #E5D2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.21%

R = 36.41%
G = 33.39%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E5D2BE (or 0xE5D2BE) is known color: Pearl Bush. HEX triplet: E5, D2 and BE. RGB value is (229,210,190). Sum of RGB (Red+Green+Blue) = 229+210+190=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D2BE is #1A2D41. Grayscale: #D5D5D5. Windows color (decimal): -1715522 or 12505829. OLE color: 12505829.

HSL color Cylindrical-coordinate representation of color #E5D2BE: hue angle of 30.77º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5D2BE is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 210 190 -
CMYK 0 0.08 0.17 0.10
HSL 30.77º 0.43% 0.82% -
HSV(B) 30.77º 0.17% 0.9% -
XYZ 64.65 66.47 58.14 -
YUV 213.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 229 210 190 0 0.08 0.17 0.10 30.77 0.43 0.82
Hex E5 D2 BE 0 8 11 A 1F 2B 52
Octal 345 322 276 0 10 21 12 37 53 122
Binary 11100101 11010010 10111110 0 1000 10001 1010 11111 101011 1010010

Color Harmonies of #E5D2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D2BE

Black with #E5D2BE

Text Example


Text Example

White with #E5D2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D2BE; }

 p { color: rgb(229,210,190); }

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

background-color css

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

 a { background-color: rgb(229,210,190); }

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

border-color css

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

 span { border-color: rgb(229,210,190); }

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