Html Css Color HEX #EFE3BA Half Colonial White

📋 copy color: '#EFE3BA'

red 239 ◦ green 227 ◦ blue 186

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

Shades of Half Colonial White #EFE3BA

Tints of Half Colonial White #EFE3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.82%

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

R = 36.66%
G = 34.82%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFE3BA (or 0xEFE3BA) is known color: Half Colonial White. HEX triplet: EF, E3 and BA. RGB value is (239,227,186). Sum of RGB (Red+Green+Blue) = 239+227+186=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3BA is #101C45. Grayscale: #E2E2E2. Windows color (decimal): -1055814 or 12248047. OLE color: 12248047.

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

Color convert

RGB 239 227 186 -
CMYK 0 0.05 0.22 0.06
HSL 46.42º 0.62% 0.83% -
HSV(B) 46.42º 0.22% 0.94% -
XYZ 71.93 76.83 57.49 -
YUV 225.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 239 227 186 0 0.05 0.22 0.06 46.42 0.62 0.83
Hex EF E3 BA 0 5 16 6 2E 3E 53
Octal 357 343 272 0 5 26 6 56 76 123
Binary 11101111 11100011 10111010 0 101 10110 110 101110 111110 1010011

Color Harmonies of #EFE3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE3BA

Black with #EFE3BA

Text Example


Text Example

White with #EFE3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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