#EBE0BE

Color #EBE0BE Double Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Pearl Lusta #EBE0BE

Tints of Double Pearl Lusta #EBE0BE

Color information

#EBE0BE (or 0xEBE0BE) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, E0 and BE. RGB value is (235,224,190). Sum of RGB (Red+Green+Blue) = 235+224+190=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0BE is #141F41. Grayscale: #DFDFDF. Windows color (decimal): -1318722 or 12509419. OLE color: 12509419.

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

Color convert

RGB235224190-
CMYK00.050.190.08
HSL45.33º52.94%83.33%-
HSV(B)45.33º19.15%92.16%-
XYZ70.2174.6959.43-
YUV223.41109.14136.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 190 (74.61% from 255) = 29.28%
R=36.21%
G=34.51%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522419000.050.190.0845.3352.9483.33
HexEBE0BE051382d3553
Octal3533402760523105565123
Binary11101011111000001011111001011001110001011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0BE; }

 p { color: rgb(235,224,190); }

 H1.HeaderClassName
 {
   color: #EBE0BE;
 }
 .AnyTagClassName
 {
   color: #EBE0BE;
 }
</style>
background-color css

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

 a { background-color: rgb(235,224,190); }

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

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

 span { border-color: rgb(235,224,190); }

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