Html Css Color HEX #EFEBC4 Half And Half

📋 copy color: '#EFEBC4'

red 239 ◦ green 235 ◦ blue 196

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

Shades of Half And Half #EFEBC4

Tints of Half And Half #EFEBC4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.07%

 BLUE value IS 196 (76.95% from 255) = 29.25%

R = 35.67%
G = 35.07%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFEBC4 (or 0xEFEBC4) is known color: Half And Half. HEX triplet: EF, EB and C4. RGB value is (239,235,196). Sum of RGB (Red+Green+Blue) = 239+235+196=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 196 (76.95% from 255 or 29.25% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC4 is #10143B. Grayscale: #E7E7E7. Windows color (decimal): -1053756 or 12905455. OLE color: 12905455.

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

Color convert

RGB 239 235 196 -
CMYK 0 0.02 0.18 0.06
HSL 54.42º 0.57% 0.85% -
HSV(B) 54.42º 0.18% 0.94% -
XYZ 75.27 81.75 64.04 -
YUV 231.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 239 235 196 0 0.02 0.18 0.06 54.42 0.57 0.85
Hex EF EB C4 0 2 12 6 36 39 55
Octal 357 353 304 0 2 22 6 66 71 125
Binary 11101111 11101011 11000100 0 10 10010 110 110110 111001 1010101

Color Harmonies of #EFEBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBC4

Black with #EFEBC4

Text Example


Text Example

White with #EFEBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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