Html Css Color HEX #EBE0C5 Pearl Lusta

📋 copy color: '#EBE0C5'

red 235 ◦ green 224 ◦ blue 197

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

Shades of Pearl Lusta #EBE0C5

Tints of Pearl Lusta #EBE0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.03%

R = 35.82%
G = 34.15%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBE0C5 (or 0xEBE0C5) is known color: Pearl Lusta. HEX triplet: EB, E0 and C5. RGB value is (235,224,197). Sum of RGB (Red+Green+Blue) = 235+224+197=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0C5 is #141F3A. Grayscale: #E0E0E0. Windows color (decimal): -1318715 or 12968171. OLE color: 12968171.

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

Color convert

RGB 235 224 197 -
CMYK 0 0.05 0.16 0.08
HSL 42.63º 0.49% 0.85% -
HSV(B) 42.63º 0.16% 0.92% -
XYZ 70.99 75 63.56 -
YUV 224.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 235 224 197 0 0.05 0.16 0.08 42.63 0.49 0.85
Hex EB E0 C5 0 5 10 8 2B 31 55
Octal 353 340 305 0 5 20 10 53 61 125
Binary 11101011 11100000 11000101 0 101 10000 1000 101011 110001 1010101

Color Harmonies of #EBE0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0C5

Black with #EBE0C5

Text Example


Text Example

White with #EBE0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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