Html Css Color HEX #EFE1C5 Pearl Lusta

📋 copy color: '#EFE1C5'

red 239 ◦ green 225 ◦ blue 197

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

Shades of Pearl Lusta #EFE1C5

Tints of Pearl Lusta #EFE1C5

RGB

 RED value IS 239 (93.75% from 255) = 36.16%

 GREEN value IS 225 (88.28% from 255) = 34.04%

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

R = 36.16%
G = 34.04%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFE1C5 (or 0xEFE1C5) is known color: Pearl Lusta. HEX triplet: EF, E1 and C5. RGB value is (239,225,197). Sum of RGB (Red+Green+Blue) = 239+225+197=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1C5 is #101E3A. Grayscale: #E2E2E2. Windows color (decimal): -1056315 or 12968431. OLE color: 12968431.

HSL color Cylindrical-coordinate representation of color #EFE1C5: hue angle of 40º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFE1C5 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 225 197 -
CMYK 0 0.06 0.18 0.06
HSL 40º 0.57% 0.85% -
HSV(B) 40º 0.18% 0.94% -
XYZ 72.6 76.23 63.71 -
YUV 225.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 239 225 197 0 0.06 0.18 0.06 40 0.57 0.85
Hex EF E1 C5 0 6 12 6 28 39 55
Octal 357 341 305 0 6 22 6 50 71 125
Binary 11101111 11100001 11000101 0 110 10010 110 101000 111001 1010101

Color Harmonies of #EFE1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1C5

Black with #EFE1C5

Text Example


Text Example

White with #EFE1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1C5; }

 p { color: rgb(239,225,197); }

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

background-color css

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

 a { background-color: rgb(239,225,197); }

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

border-color css

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

 span { border-color: rgb(239,225,197); }

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