Html Css Color HEX #EFE3BF Half Colonial White

📋 copy color: '#EFE3BF'

red 239 ◦ green 227 ◦ blue 191

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

Shades of Half Colonial White #EFE3BF

Tints of Half Colonial White #EFE3BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.07%

R = 36.38%
G = 34.55%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFE3BF (or 0xEFE3BF) is known color: Half Colonial White. HEX triplet: EF, E3 and BF. RGB value is (239,227,191). Sum of RGB (Red+Green+Blue) = 239+227+191=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3BF is #101C40. Grayscale: #E2E2E2. Windows color (decimal): -1055809 or 12575727. OLE color: 12575727.

HSL color Cylindrical-coordinate representation of color #EFE3BF: hue angle of 45º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFE3BF is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 227 191 -
CMYK 0 0.05 0.20 0.06
HSL 45º 0.6% 0.84% -
HSV(B) 45º 0.2% 0.94% -
XYZ 72.47 77.05 60.34 -
YUV 226.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 239 227 191 0 0.05 0.20 0.06 45 0.6 0.84
Hex EF E3 BF 0 5 14 6 2D 3C 54
Octal 357 343 277 0 5 24 6 55 74 124
Binary 11101111 11100011 10111111 0 101 10100 110 101101 111100 1010100

Color Harmonies of #EFE3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE3BF

Black with #EFE3BF

Text Example


Text Example

White with #EFE3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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