Html Css Color HEX #EFE9BF Half And Half

📋 copy color: '#EFE9BF'

red 239 ◦ green 233 ◦ blue 191

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

Shades of Half And Half #EFE9BF

Tints of Half And Half #EFE9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 28.81%

R = 36.05%
G = 35.14%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFE9BF (or 0xEFE9BF) is known color: Half And Half. HEX triplet: EF, E9 and BF. RGB value is (239,233,191). Sum of RGB (Red+Green+Blue) = 239+233+191=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9BF is #101640. Grayscale: #E6E6E6. Windows color (decimal): -1054273 or 12577263. OLE color: 12577263.

HSL color Cylindrical-coordinate representation of color #EFE9BF: hue angle of 52.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFE9BF is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 191 -
CMYK 0 0.03 0.20 0.06
HSL 52.5º 0.6% 0.84% -
HSV(B) 52.5º 0.2% 0.94% -
XYZ 74.14 80.39 60.9 -
YUV 230.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 239 233 191 0 0.03 0.20 0.06 52.5 0.6 0.84
Hex EF E9 BF 0 3 14 6 34 3C 54
Octal 357 351 277 0 3 24 6 64 74 124
Binary 11101111 11101001 10111111 0 11 10100 110 110100 111100 1010100

Color Harmonies of #EFE9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9BF

Black with #EFE9BF

Text Example


Text Example

White with #EFE9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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