Html Css Color HEX #EFE6BA Half Colonial White

📋 copy color: '#EFE6BA'

red 239 ◦ green 230 ◦ blue 186

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

Shades of Half Colonial White #EFE6BA

Tints of Half Colonial White #EFE6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.4%

R = 36.49%
G = 35.11%
B = 28.4%

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

#EFE6BA (or 0xEFE6BA) is known color: Half Colonial White. HEX triplet: EF, E6 and BA. RGB value is (239,230,186). Sum of RGB (Red+Green+Blue) = 239+230+186=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6BA is #101945. Grayscale: #E3E3E3. Windows color (decimal): -1055046 or 12248815. OLE color: 12248815.

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

Color convert

RGB 239 230 186 -
CMYK 0 0.04 0.22 0.06
HSL 49.81º 0.62% 0.83% -
HSV(B) 49.81º 0.22% 0.94% -
XYZ 72.76 78.49 57.77 -
YUV 227.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 239 230 186 0 0.04 0.22 0.06 49.81 0.62 0.83
Hex EF E6 BA 0 4 16 6 32 3E 53
Octal 357 346 272 0 4 26 6 62 76 123
Binary 11101111 11100110 10111010 0 100 10110 110 110010 111110 1010011

Color Harmonies of #EFE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6BA

Black with #EFE6BA

Text Example


Text Example

White with #EFE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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