Html Css Color HEX #EBE0CA Pearl Lusta

📋 copy color: '#EBE0CA'

red 235 ◦ green 224 ◦ blue 202

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

Shades of Pearl Lusta #EBE0CA

Tints of Pearl Lusta #EBE0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.56%

R = 35.55%
G = 33.89%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBE0CA (or 0xEBE0CA) is known color: Pearl Lusta. HEX triplet: EB, E0 and CA. RGB value is (235,224,202). Sum of RGB (Red+Green+Blue) = 235+224+202=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0CA is #141F35. Grayscale: #E0E0E0. Windows color (decimal): -1318710 or 13295851. OLE color: 13295851.

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

Color convert

RGB 235 224 202 -
CMYK 0 0.05 0.14 0.08
HSL 40º 0.45% 0.86% -
HSV(B) 40º 0.14% 0.92% -
XYZ 71.58 75.24 66.63 -
YUV 224.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 235 224 202 0 0.05 0.14 0.08 40 0.45 0.86
Hex EB E0 CA 0 5 E 8 28 2D 56
Octal 353 340 312 0 5 16 10 50 55 126
Binary 11101011 11100000 11001010 0 101 1110 1000 101000 101101 1010110

Color Harmonies of #EBE0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0CA

Black with #EBE0CA

Text Example


Text Example

White with #EBE0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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