Html Css Color HEX #EFEBC3 Half And Half

📋 copy color: '#EFEBC3'

red 239 ◦ green 235 ◦ blue 195

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

Shades of Half And Half #EFEBC3

Tints of Half And Half #EFEBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.15%

R = 35.72%
G = 35.13%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFEBC3 (or 0xEFEBC3) is known color: Half And Half. HEX triplet: EF, EB and C3. RGB value is (239,235,195). Sum of RGB (Red+Green+Blue) = 239+235+195=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 195 (76.56% from 255 or 29.15% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC3 is #10143C. Grayscale: #E7E7E7. Windows color (decimal): -1053757 or 12839919. OLE color: 12839919.

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

Color convert

RGB 239 235 195 -
CMYK 0 0.02 0.18 0.06
HSL 54.55º 0.58% 0.85% -
HSV(B) 54.55º 0.18% 0.94% -
XYZ 75.16 81.71 63.44 -
YUV 231.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 239 235 195 0 0.02 0.18 0.06 54.55 0.58 0.85
Hex EF EB C3 0 2 12 6 37 3A 55
Octal 357 353 303 0 2 22 6 67 72 125
Binary 11101111 11101011 11000011 0 10 10010 110 110111 111010 1010101

Color Harmonies of #EFEBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBC3

Black with #EFEBC3

Text Example


Text Example

White with #EFEBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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