Html Css Color HEX #EFEBC8 Half And Half

📋 copy color: '#EFEBC8'

red 239 ◦ green 235 ◦ blue 200

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

Shades of Half And Half #EFEBC8

Tints of Half And Half #EFEBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.67%

R = 35.46%
G = 34.87%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFEBC8 (or 0xEFEBC8) is known color: Half And Half. HEX triplet: EF, EB and C8. RGB value is (239,235,200). Sum of RGB (Red+Green+Blue) = 239+235+200=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 200 (78.52% from 255 or 29.67% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC8 is #101437. Grayscale: #E8E8E8. Windows color (decimal): -1053752 or 13167599. OLE color: 13167599.

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

Color convert

RGB 239 235 200 -
CMYK 0 0.02 0.16 0.06
HSL 53.85º 0.55% 0.86% -
HSV(B) 53.85º 0.16% 0.94% -
XYZ 75.73 81.94 66.47 -
YUV 232.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 239 235 200 0 0.02 0.16 0.06 53.85 0.55 0.86
Hex EF EB C8 0 2 10 6 36 37 56
Octal 357 353 310 0 2 20 6 66 67 126
Binary 11101111 11101011 11001000 0 10 10000 110 110110 110111 1010110

Color Harmonies of #EFEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBC8

Black with #EFEBC8

Text Example


Text Example

White with #EFEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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