Html Css Color HEX #EFECC9 Half And Half

📋 copy color: '#EFECC9'

red 239 ◦ green 236 ◦ blue 201

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

Shades of Half And Half #EFECC9

Tints of Half And Half #EFECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.91%

 BLUE value IS 201 (78.91% from 255) = 29.73%

R = 35.36%
G = 34.91%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFECC9 (or 0xEFECC9) is known color: Half And Half. HEX triplet: EF, EC and C9. RGB value is (239,236,201). Sum of RGB (Red+Green+Blue) = 239+236+201=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 201 (78.91% from 255 or 29.73% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECC9 is #101336. Grayscale: #E9E9E9. Windows color (decimal): -1053495 or 13233391. OLE color: 13233391.

HSL color Cylindrical-coordinate representation of color #EFECC9: hue angle of 55.26º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFECC9 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 201 -
CMYK 0 0.01 0.16 0.06
HSL 55.26º 0.54% 0.86% -
HSV(B) 55.26º 0.16% 0.94% -
XYZ 76.13 82.56 67.18 -
YUV 232.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 239 236 201 0 0.01 0.16 0.06 55.26 0.54 0.86
Hex EF EC C9 0 1 10 6 37 36 56
Octal 357 354 311 0 1 20 6 67 66 126
Binary 11101111 11101100 11001001 0 1 10000 110 110111 110110 1010110

Color Harmonies of #EFECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECC9

Black with #EFECC9

Text Example


Text Example

White with #EFECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECC9; }

 p { color: rgb(239,236,201); }

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

background-color css

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

 a { background-color: rgb(239,236,201); }

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

border-color css

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

 span { border-color: rgb(239,236,201); }

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