Html Css Color HEX #EFE9BE Half And Half

📋 copy color: '#EFE9BE'

red 239 ◦ green 233 ◦ blue 190

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

Shades of Half And Half #EFE9BE

Tints of Half And Half #EFE9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.7%

R = 36.1%
G = 35.2%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE9BE (or 0xEFE9BE) is known color: Half And Half. HEX triplet: EF, E9 and BE. RGB value is (239,233,190). Sum of RGB (Red+Green+Blue) = 239+233+190=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9BE is #101641. Grayscale: #E6E6E6. Windows color (decimal): -1054274 or 12511727. OLE color: 12511727.

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

Color convert

RGB 239 233 190 -
CMYK 0 0.03 0.21 0.06
HSL 52.65º 0.6% 0.84% -
HSV(B) 52.65º 0.21% 0.94% -
XYZ 74.03 80.35 60.32 -
YUV 229.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 239 233 190 0 0.03 0.21 0.06 52.65 0.6 0.84
Hex EF E9 BE 0 3 15 6 35 3C 54
Octal 357 351 276 0 3 25 6 65 74 124
Binary 11101111 11101001 10111110 0 11 10101 110 110101 111100 1010100

Color Harmonies of #EFE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9BE

Black with #EFE9BE

Text Example


Text Example

White with #EFE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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