Html Css Color HEX #EFE4C6 Pearl Lusta

📋 copy color: '#EFE4C6'

red 239 ◦ green 228 ◦ blue 198

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

Shades of Pearl Lusta #EFE4C6

Tints of Pearl Lusta #EFE4C6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.29%

 BLUE value IS 198 (77.73% from 255) = 29.77%

R = 35.94%
G = 34.29%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFE4C6 (or 0xEFE4C6) is known color: Pearl Lusta. HEX triplet: EF, E4 and C6. RGB value is (239,228,198). Sum of RGB (Red+Green+Blue) = 239+228+198=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 198 (77.73% from 255 or 29.77% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C6 is #101B39. Grayscale: #E3E3E3. Windows color (decimal): -1055546 or 13034735. OLE color: 13034735.

HSL color Cylindrical-coordinate representation of color #EFE4C6: hue angle of 43.9º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFE4C6 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 198 -
CMYK 0 0.05 0.17 0.06
HSL 43.9º 0.56% 0.86% -
HSV(B) 43.9º 0.17% 0.94% -
XYZ 73.53 77.91 64.59 -
YUV 227.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 239 228 198 0 0.05 0.17 0.06 43.9 0.56 0.86
Hex EF E4 C6 0 5 11 6 2C 38 56
Octal 357 344 306 0 5 21 6 54 70 126
Binary 11101111 11100100 11000110 0 101 10001 110 101100 111000 1010110

Color Harmonies of #EFE4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4C6

Black with #EFE4C6

Text Example


Text Example

White with #EFE4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4C6; }

 p { color: rgb(239,228,198); }

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

background-color css

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

 a { background-color: rgb(239,228,198); }

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

border-color css

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

 span { border-color: rgb(239,228,198); }

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