Html Css Color HEX #EFE8BC Half Colonial White

📋 copy color: '#EFE8BC'

red 239 ◦ green 232 ◦ blue 188

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

Shades of Half Colonial White #EFE8BC

Tints of Half Colonial White #EFE8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.53%

R = 36.27%
G = 35.2%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE8BC (or 0xEFE8BC) is known color: Half Colonial White. HEX triplet: EF, E8 and BC. RGB value is (239,232,188). Sum of RGB (Red+Green+Blue) = 239+232+188=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8BC is #101743. Grayscale: #E5E5E5. Windows color (decimal): -1054532 or 12380399. OLE color: 12380399.

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

Color convert

RGB 239 232 188 -
CMYK 0 0.03 0.21 0.06
HSL 51.76º 0.61% 0.84% -
HSV(B) 51.76º 0.21% 0.94% -
XYZ 73.53 79.69 59.08 -
YUV 229.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 239 232 188 0 0.03 0.21 0.06 51.76 0.61 0.84
Hex EF E8 BC 0 3 15 6 34 3D 54
Octal 357 350 274 0 3 25 6 64 75 124
Binary 11101111 11101000 10111100 0 11 10101 110 110100 111101 1010100

Color Harmonies of #EFE8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8BC

Black with #EFE8BC

Text Example


Text Example

White with #EFE8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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