Html Css Color HEX #EBE0C3 Pearl Lusta

📋 copy color: '#EBE0C3'

red 235 ◦ green 224 ◦ blue 195

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

Shades of Pearl Lusta #EBE0C3

Tints of Pearl Lusta #EBE0C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.82%

R = 35.93%
G = 34.25%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBE0C3 (or 0xEBE0C3) is known color: Pearl Lusta. HEX triplet: EB, E0 and C3. RGB value is (235,224,195). Sum of RGB (Red+Green+Blue) = 235+224+195=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0C3 is #141F3C. Grayscale: #E0E0E0. Windows color (decimal): -1318717 or 12837099. OLE color: 12837099.

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

Color convert

RGB 235 224 195 -
CMYK 0 0.05 0.17 0.08
HSL 43.5º 0.5% 0.84% -
HSV(B) 43.5º 0.17% 0.92% -
XYZ 70.77 74.91 62.36 -
YUV 223.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 235 224 195 0 0.05 0.17 0.08 43.5 0.5 0.84
Hex EB E0 C3 0 5 11 8 2C 32 54
Octal 353 340 303 0 5 21 10 54 62 124
Binary 11101011 11100000 11000011 0 101 10001 1000 101100 110010 1010100

Color Harmonies of #EBE0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0C3

Black with #EBE0C3

Text Example


Text Example

White with #EBE0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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