Html Css Color HEX #EFE6BC Half Colonial White

📋 copy color: '#EFE6BC'

red 239 ◦ green 230 ◦ blue 188

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

Shades of Half Colonial White #EFE6BC

Tints of Half Colonial White #EFE6BC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.01%

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

R = 36.38%
G = 35.01%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE6BC (or 0xEFE6BC) is known color: Half Colonial White. HEX triplet: EF, E6 and BC. RGB value is (239,230,188). Sum of RGB (Red+Green+Blue) = 239+230+188=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6BC is #101943. Grayscale: #E4E4E4. Windows color (decimal): -1055044 or 12379887. OLE color: 12379887.

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

Color convert

RGB 239 230 188 -
CMYK 0 0.04 0.21 0.06
HSL 49.41º 0.61% 0.84% -
HSV(B) 49.41º 0.21% 0.94% -
XYZ 72.97 78.58 58.9 -
YUV 227.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 239 230 188 0 0.04 0.21 0.06 49.41 0.61 0.84
Hex EF E6 BC 0 4 15 6 31 3D 54
Octal 357 346 274 0 4 25 6 61 75 124
Binary 11101111 11100110 10111100 0 100 10101 110 110001 111101 1010100

Color Harmonies of #EFE6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6BC

Black with #EFE6BC

Text Example


Text Example

White with #EFE6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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