Html Css Color HEX #EFE7BF Half Colonial White

📋 copy color: '#EFE7BF'

red 239 ◦ green 231 ◦ blue 191

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

Shades of Half Colonial White #EFE7BF

Tints of Half Colonial White #EFE7BF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.95%

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

R = 36.16%
G = 34.95%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFE7BF (or 0xEFE7BF) is known color: Half Colonial White. HEX triplet: EF, E7 and BF. RGB value is (239,231,191). Sum of RGB (Red+Green+Blue) = 239+231+191=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7BF is #101840. Grayscale: #E5E5E5. Windows color (decimal): -1054785 or 12576751. OLE color: 12576751.

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

Color convert

RGB 239 231 191 -
CMYK 0 0.03 0.20 0.06
HSL 50º 0.6% 0.84% -
HSV(B) 50º 0.2% 0.94% -
XYZ 73.58 79.26 60.71 -
YUV 228.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 239 231 191 0 0.03 0.20 0.06 50 0.6 0.84
Hex EF E7 BF 0 3 14 6 32 3C 54
Octal 357 347 277 0 3 24 6 62 74 124
Binary 11101111 11100111 10111111 0 11 10100 110 110010 111100 1010100

Color Harmonies of #EFE7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7BF

Black with #EFE7BF

Text Example


Text Example

White with #EFE7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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