Html Css Color HEX #EFEBC7 Half And Half

📋 copy color: '#EFEBC7'

red 239 ◦ green 235 ◦ blue 199

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

Shades of Half And Half #EFEBC7

Tints of Half And Half #EFEBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 29.57%

R = 35.51%
G = 34.92%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFEBC7 (or 0xEFEBC7) is known color: Half And Half. HEX triplet: EF, EB and C7. RGB value is (239,235,199). Sum of RGB (Red+Green+Blue) = 239+235+199=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 199 (78.12% from 255 or 29.57% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC7 is #101438. Grayscale: #E8E8E8. Windows color (decimal): -1053753 or 13102063. OLE color: 13102063.

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

Color convert

RGB 239 235 199 -
CMYK 0 0.02 0.17 0.06
HSL 54º 0.56% 0.86% -
HSV(B) 54º 0.17% 0.94% -
XYZ 75.61 81.89 65.85 -
YUV 232.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 239 235 199 0 0.02 0.17 0.06 54 0.56 0.86
Hex EF EB C7 0 2 11 6 36 38 56
Octal 357 353 307 0 2 21 6 66 70 126
Binary 11101111 11101011 11000111 0 10 10001 110 110110 111000 1010110

Color Harmonies of #EFEBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBC7

Black with #EFEBC7

Text Example


Text Example

White with #EFEBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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