Html Css Color HEX #EFE9C0 Half And Half

📋 copy color: '#EFE9C0'

red 239 ◦ green 233 ◦ blue 192

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

Shades of Half And Half #EFE9C0

Tints of Half And Half #EFE9C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 28.92%

R = 35.99%
G = 35.09%
B = 28.92%

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

#EFE9C0 (or 0xEFE9C0) is known color: Half And Half. HEX triplet: EF, E9 and C0. RGB value is (239,233,192). Sum of RGB (Red+Green+Blue) = 239+233+192=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9C0 is #10163F. Grayscale: #E6E6E6. Windows color (decimal): -1054272 or 12642799. OLE color: 12642799.

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

Color convert

RGB 239 233 192 -
CMYK 0 0.03 0.20 0.06
HSL 52.34º 0.59% 0.85% -
HSV(B) 52.34º 0.2% 0.94% -
XYZ 74.25 80.43 61.48 -
YUV 230.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 239 233 192 0 0.03 0.20 0.06 52.34 0.59 0.85
Hex EF E9 C0 0 3 14 6 34 3B 55
Octal 357 351 300 0 3 24 6 64 73 125
Binary 11101111 11101001 11000000 0 11 10100 110 110100 111011 1010101

Color Harmonies of #EFE9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9C0

Black with #EFE9C0

Text Example


Text Example

White with #EFE9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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