#EFEBE0

Color #EFEBE0 Quarter Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quarter Pearl Lusta #EFEBE0

Tints of Quarter Pearl Lusta #EFEBE0

Color information

#EFEBE0 (or 0xEFEBE0) is unknown color: approx Quarter Pearl Lusta. HEX triplet: EF, EB and E0. RGB value is (239,235,224). Sum of RGB (Red+Green+Blue) = 239+235+224=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBE0 is #10141F. Grayscale: #EAEAEA. Windows color (decimal): -1053728 or 14740463. OLE color: 14740463.

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

Color convert

RGB239235224-
CMYK00.020.060.06
HSL44º31.91%90.78%-
HSV(B)44º6.28%93.73%-
XYZ78.7683.1582.42-
YUV234.94121.83130.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 224 (87.89% from 255) = 32.09%
R=34.24%
G=33.67%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923522400.020.060.064431.9190.78
HexEFEBE002662c205b
Octal35735334002665440133
Binary1110111111101011111000000101101101011001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBE0; }

 p { color: rgb(239,235,224); }

 H1.HeaderClassName
 {
   color: #EFEBE0;
 }
 .AnyTagClassName
 {
   color: #EFEBE0;
 }
</style>
background-color css

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

 a { background-color: rgb(239,235,224); }

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

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

 span { border-color: rgb(239,235,224); }

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