Html Css Color HEX #EFE9C1 Half And Half

📋 copy color: '#EFE9C1'

red 239 ◦ green 233 ◦ blue 193

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

Shades of Half And Half #EFE9C1

Tints of Half And Half #EFE9C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.02%

R = 35.94%
G = 35.04%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFE9C1 (or 0xEFE9C1) is known color: Half And Half. HEX triplet: EF, E9 and C1. RGB value is (239,233,193). Sum of RGB (Red+Green+Blue) = 239+233+193=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9C1 is #10163E. Grayscale: #E6E6E6. Windows color (decimal): -1054271 or 12708335. OLE color: 12708335.

HSL color Cylindrical-coordinate representation of color #EFE9C1: hue angle of 52.17º degrees, saturation: 0.59, 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 #EFE9C1 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 193 -
CMYK 0 0.03 0.19 0.06
HSL 52.17º 0.59% 0.85% -
HSV(B) 52.17º 0.19% 0.94% -
XYZ 74.36 80.48 62.07 -
YUV 230.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 239 233 193 0 0.03 0.19 0.06 52.17 0.59 0.85
Hex EF E9 C1 0 3 13 6 34 3B 55
Octal 357 351 301 0 3 23 6 64 73 125
Binary 11101111 11101001 11000001 0 11 10011 110 110100 111011 1010101

Color Harmonies of #EFE9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9C1

Black with #EFE9C1

Text Example


Text Example

White with #EFE9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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