Html Css Color HEX #EFE6BB Half Colonial White

📋 copy color: '#EFE6BB'

red 239 ◦ green 230 ◦ blue 187

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

Shades of Half Colonial White #EFE6BB

Tints of Half Colonial White #EFE6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.51%

R = 36.43%
G = 35.06%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFE6BB (or 0xEFE6BB) is known color: Half Colonial White. HEX triplet: EF, E6 and BB. RGB value is (239,230,187). Sum of RGB (Red+Green+Blue) = 239+230+187=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6BB is #101944. Grayscale: #E3E3E3. Windows color (decimal): -1055045 or 12314351. OLE color: 12314351.

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

Color convert

RGB 239 230 187 -
CMYK 0 0.04 0.22 0.06
HSL 49.62º 0.62% 0.84% -
HSV(B) 49.62º 0.22% 0.94% -
XYZ 72.86 78.53 58.33 -
YUV 227.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 239 230 187 0 0.04 0.22 0.06 49.62 0.62 0.84
Hex EF E6 BB 0 4 16 6 32 3E 54
Octal 357 346 273 0 4 26 6 62 76 124
Binary 11101111 11100110 10111011 0 100 10110 110 110010 111110 1010100

Color Harmonies of #EFE6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6BB

Black with #EFE6BB

Text Example


Text Example

White with #EFE6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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