Html Css Color HEX #EFE2BF Half Colonial White

📋 copy color: '#EFE2BF'

red 239 ◦ green 226 ◦ blue 191

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

Shades of Half Colonial White #EFE2BF

Tints of Half Colonial White #EFE2BF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.45%

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

R = 36.43%
G = 34.45%
B = 29.12%

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

#EFE2BF (or 0xEFE2BF) is known color: Half Colonial White. HEX triplet: EF, E2 and BF. RGB value is (239,226,191). Sum of RGB (Red+Green+Blue) = 239+226+191=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2BF is #101D40. Grayscale: #E2E2E2. Windows color (decimal): -1056065 or 12575471. OLE color: 12575471.

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

Color convert

RGB 239 226 191 -
CMYK 0 0.05 0.20 0.06
HSL 43.75º 0.6% 0.84% -
HSV(B) 43.75º 0.2% 0.94% -
XYZ 72.2 76.51 60.25 -
YUV 225.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 239 226 191 0 0.05 0.20 0.06 43.75 0.6 0.84
Hex EF E2 BF 0 5 14 6 2C 3C 54
Octal 357 342 277 0 5 24 6 54 74 124
Binary 11101111 11100010 10111111 0 101 10100 110 101100 111100 1010100

Color Harmonies of #EFE2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2BF

Black with #EFE2BF

Text Example


Text Example

White with #EFE2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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