Html Css Color HEX #EFE8BA Half Colonial White

📋 copy color: '#EFE8BA'

red 239 ◦ green 232 ◦ blue 186

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

Shades of Half Colonial White #EFE8BA

Tints of Half Colonial White #EFE8BA

RGB

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

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

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

R = 36.38%
G = 35.31%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFE8BA (or 0xEFE8BA) is known color: Half Colonial White. HEX triplet: EF, E8 and BA. RGB value is (239,232,186). Sum of RGB (Red+Green+Blue) = 239+232+186=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8BA is #101745. Grayscale: #E5E5E5. Windows color (decimal): -1054534 or 12249327. OLE color: 12249327.

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

Color convert

RGB 239 232 186 -
CMYK 0 0.03 0.22 0.06
HSL 52.08º 0.62% 0.83% -
HSV(B) 52.08º 0.22% 0.94% -
XYZ 73.32 79.61 57.96 -
YUV 228.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 239 232 186 0 0.03 0.22 0.06 52.08 0.62 0.83
Hex EF E8 BA 0 3 16 6 34 3E 53
Octal 357 350 272 0 3 26 6 64 76 123
Binary 11101111 11101000 10111010 0 11 10110 110 110100 111110 1010011

Color Harmonies of #EFE8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8BA

Black with #EFE8BA

Text Example


Text Example

White with #EFE8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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