Html Css Color HEX #EFEBC2 Half And Half

📋 copy color: '#EFEBC2'

red 239 ◦ green 235 ◦ blue 194

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

Shades of Half And Half #EFEBC2

Tints of Half And Half #EFEBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.04%

R = 35.78%
G = 35.18%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFEBC2 (or 0xEFEBC2) is known color: Half And Half. HEX triplet: EF, EB and C2. RGB value is (239,235,194). Sum of RGB (Red+Green+Blue) = 239+235+194=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 194 (76.17% from 255 or 29.04% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC2 is #10143D. Grayscale: #E7E7E7. Windows color (decimal): -1053758 or 12774383. OLE color: 12774383.

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

Color convert

RGB 239 235 194 -
CMYK 0 0.02 0.19 0.06
HSL 54.67º 0.58% 0.85% -
HSV(B) 54.67º 0.19% 0.94% -
XYZ 75.04 81.66 62.85 -
YUV 231.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 239 235 194 0 0.02 0.19 0.06 54.67 0.58 0.85
Hex EF EB C2 0 2 13 6 37 3A 55
Octal 357 353 302 0 2 23 6 67 72 125
Binary 11101111 11101011 11000010 0 10 10011 110 110111 111010 1010101

Color Harmonies of #EFEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBC2

Black with #EFEBC2

Text Example


Text Example

White with #EFEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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