Html Css Color HEX #EBE0BC Double Pearl Lusta

📋 copy color: '#EBE0BC'

red 235 ◦ green 224 ◦ blue 188

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

Shades of Double Pearl Lusta #EBE0BC

Tints of Double Pearl Lusta #EBE0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.62%

 BLUE value IS 188 (73.83% from 255) = 29.06%

R = 36.32%
G = 34.62%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBE0BC (or 0xEBE0BC) is known color: Double Pearl Lusta. HEX triplet: EB, E0 and BC. RGB value is (235,224,188). Sum of RGB (Red+Green+Blue) = 235+224+188=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0BC is #141F43. Grayscale: #DFDFDF. Windows color (decimal): -1318724 or 12378347. OLE color: 12378347.

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

Color convert

RGB 235 224 188 -
CMYK 0 0.05 0.2 0.08
HSL 45.96º 0.54% 0.83% -
HSV(B) 45.96º 0.2% 0.92% -
XYZ 69.99 74.6 58.29 -
YUV 223.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 235 224 188 0 0.05 0.2 0.08 45.96 0.54 0.83
Hex EB E0 BC 0 5 14 8 2E 36 53
Octal 353 340 274 0 5 24 10 56 66 123
Binary 11101011 11100000 10111100 0 101 10100 1000 101110 110110 1010011

Color Harmonies of #EBE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0BC

Black with #EBE0BC

Text Example


Text Example

White with #EBE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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