Html Css Color HEX #EFE9CA Half And Half

📋 copy color: '#EFE9CA'

red 239 ◦ green 233 ◦ blue 202

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

Shades of Half And Half #EFE9CA

Tints of Half And Half #EFE9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.97%

R = 35.46%
G = 34.57%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFE9CA (or 0xEFE9CA) is known color: Half And Half. HEX triplet: EF, E9 and CA. RGB value is (239,233,202). Sum of RGB (Red+Green+Blue) = 239+233+202=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9CA is #101635. Grayscale: #E7E7E7. Windows color (decimal): -1054262 or 13298159. OLE color: 13298159.

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

Color convert

RGB 239 233 202 -
CMYK 0 0.03 0.15 0.06
HSL 50.27º 0.54% 0.86% -
HSV(B) 50.27º 0.15% 0.94% -
XYZ 75.4 80.89 67.52 -
YUV 231.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 239 233 202 0 0.03 0.15 0.06 50.27 0.54 0.86
Hex EF E9 CA 0 3 F 6 32 36 56
Octal 357 351 312 0 3 17 6 62 66 126
Binary 11101111 11101001 11001010 0 11 1111 110 110010 110110 1010110

Color Harmonies of #EFE9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9CA

Black with #EFE9CA

Text Example


Text Example

White with #EFE9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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