Html Css Color HEX #EFE5BA Half Colonial White

📋 copy color: '#EFE5BA'

red 239 ◦ green 229 ◦ blue 186

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

Shades of Half Colonial White #EFE5BA

Tints of Half Colonial White #EFE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.02%

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

R = 36.54%
G = 35.02%
B = 28.44%

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

#EFE5BA (or 0xEFE5BA) is known color: Half Colonial White. HEX triplet: EF, E5 and BA. RGB value is (239,229,186). Sum of RGB (Red+Green+Blue) = 239+229+186=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5BA is #101A45. Grayscale: #E3E3E3. Windows color (decimal): -1055302 or 12248559. OLE color: 12248559.

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

Color convert

RGB 239 229 186 -
CMYK 0 0.04 0.22 0.06
HSL 48.68º 0.62% 0.83% -
HSV(B) 48.68º 0.22% 0.94% -
XYZ 72.48 77.93 57.68 -
YUV 227.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 239 229 186 0 0.04 0.22 0.06 48.68 0.62 0.83
Hex EF E5 BA 0 4 16 6 31 3E 53
Octal 357 345 272 0 4 26 6 61 76 123
Binary 11101111 11100101 10111010 0 100 10110 110 110001 111110 1010011

Color Harmonies of #EFE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5BA

Black with #EFE5BA

Text Example


Text Example

White with #EFE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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