Html Css Color HEX #EFE8C1 Half And Half

📋 copy color: '#EFE8C1'

red 239 ◦ green 232 ◦ blue 193

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

Shades of Half And Half #EFE8C1

Tints of Half And Half #EFE8C1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.94%

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

R = 35.99%
G = 34.94%
B = 29.07%

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

#EFE8C1 (or 0xEFE8C1) is known color: Half And Half. HEX triplet: EF, E8 and C1. RGB value is (239,232,193). Sum of RGB (Red+Green+Blue) = 239+232+193=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8C1 is #10173E. Grayscale: #E5E5E5. Windows color (decimal): -1054527 or 12708079. OLE color: 12708079.

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

Color convert

RGB 239 232 193 -
CMYK 0 0.03 0.19 0.06
HSL 50.87º 0.59% 0.85% -
HSV(B) 50.87º 0.19% 0.94% -
XYZ 74.08 79.91 61.97 -
YUV 229.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 239 232 193 0 0.03 0.19 0.06 50.87 0.59 0.85
Hex EF E8 C1 0 3 13 6 33 3B 55
Octal 357 350 301 0 3 23 6 63 73 125
Binary 11101111 11101000 11000001 0 11 10011 110 110011 111011 1010101

Color Harmonies of #EFE8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8C1

Black with #EFE8C1

Text Example


Text Example

White with #EFE8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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