Html Css Color HEX #EFEBC1 Half And Half

📋 copy color: '#EFEBC1'

red 239 ◦ green 235 ◦ blue 193

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

Shades of Half And Half #EFEBC1

Tints of Half And Half #EFEBC1

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 value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFEBC1 (or 0xEFEBC1) is known color: 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

RGB 239 235 193 -
CMYK 0 0.02 0.19 0.06
HSL 54.78º 0.59% 0.85% -
HSV(B) 54.78º 0.19% 0.94% -
XYZ 74.93 81.62 62.26 -
YUV 231.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 239 235 193 0 0.02 0.19 0.06 54.78 0.59 0.85
Hex EF EB C1 0 2 13 6 37 3B 55
Octal 357 353 301 0 2 23 6 67 73 125
Binary 11101111 11101011 11000001 0 10 10011 110 110111 111011 1010101

Color Harmonies of #EFEBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBC1

Black with #EFEBC1

Text Example


Text Example

White with #EFEBC1

Text Example


Text Example

HTML Codes & Css Web 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>