Html Css Color HEX #EFE4BF Half Colonial White

📋 copy color: '#EFE4BF'

red 239 ◦ green 228 ◦ blue 191

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

Shades of Half Colonial White #EFE4BF

Tints of Half Colonial White #EFE4BF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.65%

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

R = 36.32%
G = 34.65%
B = 29.03%

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

#EFE4BF (or 0xEFE4BF) is known color: Half Colonial White. HEX triplet: EF, E4 and BF. RGB value is (239,228,191). Sum of RGB (Red+Green+Blue) = 239+228+191=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4BF is #101B40. Grayscale: #E3E3E3. Windows color (decimal): -1055553 or 12575983. OLE color: 12575983.

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

Color convert

RGB 239 228 191 -
CMYK 0 0.05 0.20 0.06
HSL 46.25º 0.6% 0.84% -
HSV(B) 46.25º 0.2% 0.94% -
XYZ 72.74 77.6 60.43 -
YUV 227.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 239 228 191 0 0.05 0.20 0.06 46.25 0.6 0.84
Hex EF E4 BF 0 5 14 6 2E 3C 54
Octal 357 344 277 0 5 24 6 56 74 124
Binary 11101111 11100100 10111111 0 101 10100 110 101110 111100 1010100

Color Harmonies of #EFE4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4BF

Black with #EFE4BF

Text Example


Text Example

White with #EFE4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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