Html Css Color HEX #EFE9C7 Half And Half

📋 copy color: '#EFE9C7'

red 239 ◦ green 233 ◦ blue 199

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

Shades of Half And Half #EFE9C7

Tints of Half And Half #EFE9C7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.72%

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

R = 35.62%
G = 34.72%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFE9C7 (or 0xEFE9C7) is known color: Half And Half. HEX triplet: EF, E9 and C7. RGB value is (239,233,199). Sum of RGB (Red+Green+Blue) = 239+233+199=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9C7 is #101638. Grayscale: #E7E7E7. Windows color (decimal): -1054265 or 13101551. OLE color: 13101551.

HSL color Cylindrical-coordinate representation of color #EFE9C7: hue angle of 51º 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 #EFE9C7 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 199 -
CMYK 0 0.03 0.17 0.06
HSL 51º 0.56% 0.86% -
HSV(B) 51º 0.17% 0.94% -
XYZ 75.04 80.75 65.66 -
YUV 230.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 239 233 199 0 0.03 0.17 0.06 51 0.56 0.86
Hex EF E9 C7 0 3 11 6 33 38 56
Octal 357 351 307 0 3 21 6 63 70 126
Binary 11101111 11101001 11000111 0 11 10001 110 110011 111000 1010110

Color Harmonies of #EFE9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9C7

Black with #EFE9C7

Text Example


Text Example

White with #EFE9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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