#EFEBC1

Color #EFEBC1 Half And Half (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half And Half #EFEBC1

Tints of Half And Half #EFEBC1

Color information

#EFEBC1 (or 0xEFEBC1) is unknown color: approx Half And Half. HEX triplet: EF, EB and C1. RGB value is (239,235,193). Sum of RGB (Red+Green+Blue) = 239+235+193=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC1 is #10143E. Grayscale: #E7E7E7. Windows color (decimal): -1053759 or 12708847. OLE color: 12708847.

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

Color convert

RGB239235193-
CMYK00.020.190.06
HSL54.78º58.97%84.71%-
HSV(B)54.78º19.25%93.73%-
XYZ74.9381.6262.26-
YUV231.41106.33133.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 193 (75.78% from 255) = 28.94%
R=35.83%
G=35.23%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923519300.020.190.0654.7858.9784.71
HexEFEBC102136373b55
Octal357353301022366773125
Binary111011111110101111000001010100111101101111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBC1; }

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

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

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

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

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

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

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

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