Html Css Color HEX #EFE4C9 Pearl Lusta

📋 copy color: '#EFE4C9'

red 239 ◦ green 228 ◦ blue 201

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

Shades of Pearl Lusta #EFE4C9

Tints of Pearl Lusta #EFE4C9

RGB

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

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

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

R = 35.78%
G = 34.13%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFE4C9 (or 0xEFE4C9) is known color: Pearl Lusta. HEX triplet: EF, E4 and C9. RGB value is (239,228,201). Sum of RGB (Red+Green+Blue) = 239+228+201=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C9 is #101B36. Grayscale: #E4E4E4. Windows color (decimal): -1055543 or 13231343. OLE color: 13231343.

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

Color convert

RGB 239 228 201 -
CMYK 0 0.05 0.16 0.06
HSL 42.63º 0.54% 0.86% -
HSV(B) 42.63º 0.16% 0.94% -
XYZ 73.88 78.05 66.43 -
YUV 228.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 239 228 201 0 0.05 0.16 0.06 42.63 0.54 0.86
Hex EF E4 C9 0 5 10 6 2B 36 56
Octal 357 344 311 0 5 20 6 53 66 126
Binary 11101111 11100100 11001001 0 101 10000 110 101011 110110 1010110

Color Harmonies of #EFE4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4C9

Black with #EFE4C9

Text Example


Text Example

White with #EFE4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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