Html Css Color HEX #EFE7BE Half Colonial White

📋 copy color: '#EFE7BE'

red 239 ◦ green 231 ◦ blue 190

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

Shades of Half Colonial White #EFE7BE

Tints of Half Colonial White #EFE7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.79%

R = 36.21%
G = 35%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE7BE (or 0xEFE7BE) is known color: Half Colonial White. HEX triplet: EF, E7 and BE. RGB value is (239,231,190). Sum of RGB (Red+Green+Blue) = 239+231+190=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7BE is #101841. Grayscale: #E4E4E4. Windows color (decimal): -1054786 or 12511215. OLE color: 12511215.

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

Color convert

RGB 239 231 190 -
CMYK 0 0.03 0.21 0.06
HSL 50.2º 0.6% 0.84% -
HSV(B) 50.2º 0.21% 0.94% -
XYZ 73.47 79.22 60.13 -
YUV 228.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 239 231 190 0 0.03 0.21 0.06 50.2 0.6 0.84
Hex EF E7 BE 0 3 15 6 32 3C 54
Octal 357 347 276 0 3 25 6 62 74 124
Binary 11101111 11100111 10111110 0 11 10101 110 110010 111100 1010100

Color Harmonies of #EFE7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7BE

Black with #EFE7BE

Text Example


Text Example

White with #EFE7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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