Html Css Color HEX #EBE2C9 Pearl Lusta

📋 copy color: '#EBE2C9'

red 235 ◦ green 226 ◦ blue 201

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

Shades of Pearl Lusta #EBE2C9

Tints of Pearl Lusta #EBE2C9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.14%

 BLUE value IS 201 (78.91% from 255) = 30.36%

R = 35.5%
G = 34.14%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBE2C9 (or 0xEBE2C9) is known color: Pearl Lusta. HEX triplet: EB, E2 and C9. RGB value is (235,226,201). Sum of RGB (Red+Green+Blue) = 235+226+201=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2C9 is #141D36. Grayscale: #E1E1E1. Windows color (decimal): -1318199 or 13230827. OLE color: 13230827.

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

Color convert

RGB 235 226 201 -
CMYK 0 0.04 0.14 0.08
HSL 44.12º 0.46% 0.85% -
HSV(B) 44.12º 0.14% 0.92% -
XYZ 72 76.27 66.19 -
YUV 225.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 235 226 201 0 0.04 0.14 0.08 44.12 0.46 0.85
Hex EB E2 C9 0 4 E 8 2C 2E 55
Octal 353 342 311 0 4 16 10 54 56 125
Binary 11101011 11100010 11001001 0 100 1110 1000 101100 101110 1010101

Color Harmonies of #EBE2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2C9

Black with #EBE2C9

Text Example


Text Example

White with #EBE2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2C9; }

 p { color: rgb(235,226,201); }

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

background-color css

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

 a { background-color: rgb(235,226,201); }

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

border-color css

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

 span { border-color: rgb(235,226,201); }

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