Html Css Color HEX #EFE9D4 Half Pearl Lusta

📋 copy color: '#EFE9D4'

red 239 ◦ green 233 ◦ blue 212

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

Shades of Half Pearl Lusta #EFE9D4

Tints of Half Pearl Lusta #EFE9D4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.06%

 BLUE value IS 212 (83.2% from 255) = 30.99%

R = 34.94%
G = 34.06%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFE9D4 (or 0xEFE9D4) is known color: Half Pearl Lusta. HEX triplet: EF, E9 and D4. RGB value is (239,233,212). Sum of RGB (Red+Green+Blue) = 239+233+212=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9D4 is #10162B. Grayscale: #E8E8E8. Windows color (decimal): -1054252 or 13953519. OLE color: 13953519.

HSL color Cylindrical-coordinate representation of color #EFE9D4: hue angle of 46.67º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE9D4 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 212 -
CMYK 0 0.03 0.11 0.06
HSL 46.67º 0.46% 0.88% -
HSV(B) 46.67º 0.11% 0.94% -
XYZ 76.62 81.38 73.96 -
YUV 232.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 239 233 212 0 0.03 0.11 0.06 46.67 0.46 0.88
Hex EF E9 D4 0 3 B 6 2F 2E 58
Octal 357 351 324 0 3 13 6 57 56 130
Binary 11101111 11101001 11010100 0 11 1011 110 101111 101110 1011000

Color Harmonies of #EFE9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9D4

Black with #EFE9D4

Text Example


Text Example

White with #EFE9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9D4; }

 p { color: rgb(239,233,212); }

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

background-color css

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

 a { background-color: rgb(239,233,212); }

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

border-color css

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

 span { border-color: rgb(239,233,212); }

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