Html Css Color HEX #EFE9C5 Half And Half

📋 copy color: '#EFE9C5'

red 239 ◦ green 233 ◦ blue 197

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

Shades of Half And Half #EFE9C5

Tints of Half And Half #EFE9C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.45%

R = 35.72%
G = 34.83%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFE9C5 (or 0xEFE9C5) is known color: Half And Half. HEX triplet: EF, E9 and C5. RGB value is (239,233,197). Sum of RGB (Red+Green+Blue) = 239+233+197=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9C5 is #10163A. Grayscale: #E6E6E6. Windows color (decimal): -1054267 or 12970479. OLE color: 12970479.

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

Color convert

RGB 239 233 197 -
CMYK 0 0.03 0.18 0.06
HSL 51.43º 0.57% 0.85% -
HSV(B) 51.43º 0.18% 0.94% -
XYZ 74.81 80.66 64.45 -
YUV 230.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 239 233 197 0 0.03 0.18 0.06 51.43 0.57 0.85
Hex EF E9 C5 0 3 12 6 33 39 55
Octal 357 351 305 0 3 22 6 63 71 125
Binary 11101111 11101001 11000101 0 11 10010 110 110011 111001 1010101

Color Harmonies of #EFE9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9C5

Black with #EFE9C5

Text Example


Text Example

White with #EFE9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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