Html Css Color HEX #EBE0BE Double Pearl Lusta

📋 copy color: '#EBE0BE'

red 235 ◦ green 224 ◦ blue 190

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

Shades of Double Pearl Lusta #EBE0BE

Tints of Double Pearl Lusta #EBE0BE

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 value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBE0BE (or 0xEBE0BE) is known color: 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

RGB 235 224 190 -
CMYK 0 0.05 0.19 0.08
HSL 45.33º 0.53% 0.83% -
HSV(B) 45.33º 0.19% 0.92% -
XYZ 70.21 74.69 59.43 -
YUV 223.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 235 224 190 0 0.05 0.19 0.08 45.33 0.53 0.83
Hex EB E0 BE 0 5 13 8 2D 35 53
Octal 353 340 276 0 5 23 10 55 65 123
Binary 11101011 11100000 10111110 0 101 10011 1000 101101 110101 1010011

Color Harmonies of #EBE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0BE

Black with #EBE0BE

Text Example


Text Example

White with #EBE0BE

Text Example


Text Example

HTML Codes & Css Web 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>